Html Css Color HEX #A595CC Biloba Flower

📋 copy color: '#A595CC'

red 165 ◦ green 149 ◦ blue 204

#A595CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A595CC

Tints of Biloba Flower #A595CC

RGB

 RED value IS 165 (64.84% from 255) = 31.85%

 GREEN value IS 149 (58.59% from 255) = 28.76%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 31.85%
G = 28.76%
B = 39.38%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A595CC (or 0xA595CC) is known color: Biloba Flower. HEX triplet: A5, 95 and CC. RGB value is (165,149,204). Sum of RGB (Red+Green+Blue) = 165+149+204=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #A595CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A595CC is #5A6A33. Grayscale: #9F9F9F. Windows color (decimal): -5925428 or 13407653. OLE color: 13407653.

HSL color Cylindrical-coordinate representation of color #A595CC: hue angle of 257.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A595CC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 149 204 -
CMYK 0.19 0.27 0 0.2
HSL 257.45º 0.35% 0.69% -
HSV(B) 257.45º 0.27% 0.8% -
XYZ 37.16 33.85 61.7 -
YUV 160.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 165 149 204 0.19 0.27 0 0.2 257.45 0.35 0.69
Hex A5 95 CC 13 1B 0 14 101 23 45
Octal 245 225 314 23 33 0 24 401 43 105
Binary 10100101 10010101 11001100 10011 11011 0 10100 100000001 100011 1000101

Color Harmonies of #A595CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595CC

Black with #A595CC

Text Example


Text Example

White with #A595CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595CC; }

 p { color: rgb(165,149,204); }

 H1.HeaderClassName
 {
   color: #A595CC;
 }
 .AnyTagClassName
 {
   color: #A595CC;
 }
</style>

background-color css

<style>
 a { background-color: #A595CC; }

 a { background-color: rgb(165,149,204); }

 div.DivClassName
 {
   background-color: #A595CC;
 }
 .BgClassName
 {
   background-color: #A595CC;
 }
</style>

border-color css

<style>
 span { border-color: #A595CC; }

 span { border-color: rgb(165,149,204); }

 td.TdClassName
 {
   border-color: #A595CC;
 }
 .TagClassName
 {
   border-color: #A595CC;
 }
</style>