Html Css Color HEX #AFA4CE Biloba Flower

📋 copy color: '#AFA4CE'

red 175 ◦ green 164 ◦ blue 206

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

Shades of Biloba Flower #AFA4CE

Tints of Biloba Flower #AFA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.09%

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

R = 32.11%
G = 30.09%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFA4CE (or 0xAFA4CE) is known color: Biloba Flower. HEX triplet: AF, A4 and CE. RGB value is (175,164,206). Sum of RGB (Red+Green+Blue) = 175+164+206=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4CE is #505B31. Grayscale: #ABABAB. Windows color (decimal): -5266226 or 13542575. OLE color: 13542575.

HSL color Cylindrical-coordinate representation of color #AFA4CE: hue angle of 255.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFA4CE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 164 206 -
CMYK 0.15 0.20 0 0.19
HSL 255.71º 0.3% 0.73% -
HSV(B) 255.71º 0.2% 0.81% -
XYZ 42.1 40.12 63.92 -
YUV 172.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 175 164 206 0.15 0.20 0 0.19 255.71 0.3 0.73
Hex AF A4 CE F 14 0 13 100 1E 49
Octal 257 244 316 17 24 0 23 400 36 111
Binary 10101111 10100100 11001110 1111 10100 0 10011 100000000 11110 1001001

Color Harmonies of #AFA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4CE

Black with #AFA4CE

Text Example


Text Example

White with #AFA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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