Html Css Color HEX #AFA7C9 Biloba Flower

📋 copy color: '#AFA7C9'

red 175 ◦ green 167 ◦ blue 201

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

Shades of Biloba Flower #AFA7C9

Tints of Biloba Flower #AFA7C9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.76%

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

R = 32.23%
G = 30.76%
B = 37.02%

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

#AFA7C9 (or 0xAFA7C9) is known color: Biloba Flower. HEX triplet: AF, A7 and C9. RGB value is (175,167,201). Sum of RGB (Red+Green+Blue) = 175+167+201=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFA7C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7C9 is #505836. Grayscale: #ADADAD. Windows color (decimal): -5265463 or 13215663. OLE color: 13215663.

HSL color Cylindrical-coordinate representation of color #AFA7C9: hue angle of 254.12º 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 #AFA7C9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 167 201 -
CMYK 0.13 0.17 0 0.21
HSL 254.12º 0.24% 0.72% -
HSV(B) 254.12º 0.17% 0.79% -
XYZ 42.04 40.97 60.95 -
YUV 173.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 175 167 201 0.13 0.17 0 0.21 254.12 0.24 0.72
Hex AF A7 C9 D 11 0 15 FE 18 48
Octal 257 247 311 15 21 0 25 376 30 110
Binary 10101111 10100111 11001001 1101 10001 0 10101 11111110 11000 1001000

Color Harmonies of #AFA7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7C9

Black with #AFA7C9

Text Example


Text Example

White with #AFA7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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