Html Css Color HEX #AFA1CE Biloba Flower

📋 copy color: '#AFA1CE'

red 175 ◦ green 161 ◦ blue 206

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

Shades of Biloba Flower #AFA1CE

Tints of Biloba Flower #AFA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.7%

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 32.29%
G = 29.7%
B = 38.01%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFA1CE (or 0xAFA1CE) is known color: Biloba Flower. HEX triplet: AF, A1 and CE. RGB value is (175,161,206). Sum of RGB (Red+Green+Blue) = 175+161+206=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1CE is #505E31. Grayscale: #AAAAAA. Windows color (decimal): -5266994 or 13541807. OLE color: 13541807.

HSL color Cylindrical-coordinate representation of color #AFA1CE: hue angle of 258.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA1CE is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 161 206 -
CMYK 0.15 0.22 0 0.19
HSL 258.67º 0.31% 0.72% -
HSV(B) 258.67º 0.22% 0.81% -
XYZ 41.56 39.06 63.74 -
YUV 170.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 175 161 206 0.15 0.22 0 0.19 258.67 0.31 0.72
Hex AF A1 CE F 16 0 13 103 1F 48
Octal 257 241 316 17 26 0 23 403 37 110
Binary 10101111 10100001 11001110 1111 10110 0 10011 100000011 11111 1001000

Color Harmonies of #AFA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1CE

Black with #AFA1CE

Text Example


Text Example

White with #AFA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1CE; }

 p { color: rgb(175,161,206); }

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

background-color css

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

 a { background-color: rgb(175,161,206); }

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

border-color css

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

 span { border-color: rgb(175,161,206); }

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