Html Css Color HEX #AFA5CB Biloba Flower

📋 copy color: '#AFA5CB'

red 175 ◦ green 165 ◦ blue 203

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

Shades of Biloba Flower #AFA5CB

Tints of Biloba Flower #AFA5CB

RGB

 RED value IS 175 (68.75% from 255) = 32.23%

 GREEN value IS 165 (64.84% from 255) = 30.39%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 32.23%
G = 30.39%
B = 37.38%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFA5CB (or 0xAFA5CB) is known color: Biloba Flower. HEX triplet: AF, A5 and CB. RGB value is (175,165,203). Sum of RGB (Red+Green+Blue) = 175+165+203=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5CB is #505A34. Grayscale: #ACACAC. Windows color (decimal): -5265973 or 13346223. OLE color: 13346223.

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

Color convert

RGB 175 165 203 -
CMYK 0.14 0.19 0 0.20
HSL 255.79º 0.27% 0.72% -
HSV(B) 255.79º 0.19% 0.8% -
XYZ 41.91 40.34 62.08 -
YUV 172.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 175 165 203 0.14 0.19 0 0.20 255.79 0.27 0.72
Hex AF A5 CB E 13 0 14 100 1B 48
Octal 257 245 313 16 23 0 24 400 33 110
Binary 10101111 10100101 11001011 1110 10011 0 10100 100000000 11011 1001000

Color Harmonies of #AFA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA5CB

Black with #AFA5CB

Text Example


Text Example

White with #AFA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA5CB; }

 p { color: rgb(175,165,203); }

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

background-color css

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

 a { background-color: rgb(175,165,203); }

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

border-color css

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

 span { border-color: rgb(175,165,203); }

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