Html Css Color HEX #AFA6C9 Biloba Flower

📋 copy color: '#AFA6C9'

red 175 ◦ green 166 ◦ blue 201

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

Shades of Biloba Flower #AFA6C9

Tints of Biloba Flower #AFA6C9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.63%

 BLUE value IS 201 (78.91% from 255) = 37.08%

R = 32.29%
G = 30.63%
B = 37.08%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFA6C9 (or 0xAFA6C9) is known color: Biloba Flower. HEX triplet: AF, A6 and C9. RGB value is (175,166,201). Sum of RGB (Red+Green+Blue) = 175+166+201=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFA6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6C9 is #505936. Grayscale: #ACACAC. Windows color (decimal): -5265719 or 13215407. OLE color: 13215407.

HSL color Cylindrical-coordinate representation of color #AFA6C9: hue angle of 255.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA6C9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 166 201 -
CMYK 0.13 0.17 0 0.21
HSL 255.43º 0.24% 0.72% -
HSV(B) 255.43º 0.17% 0.79% -
XYZ 41.86 40.6 60.89 -
YUV 172.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 175 166 201 0.13 0.17 0 0.21 255.43 0.24 0.72
Hex AF A6 C9 D 11 0 15 FF 18 48
Octal 257 246 311 15 21 0 25 377 30 110
Binary 10101111 10100110 11001001 1101 10001 0 10101 11111111 11000 1001000

Color Harmonies of #AFA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6C9

Black with #AFA6C9

Text Example


Text Example

White with #AFA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6C9; }

 p { color: rgb(175,166,201); }

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

background-color css

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

 a { background-color: rgb(175,166,201); }

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

border-color css

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

 span { border-color: rgb(175,166,201); }

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