#AFA4CE

Color #AFA4CE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AFA4CE

Tints of Biloba Flower #AFA4CE

Color information

#AFA4CE (or 0xAFA4CE) is unknown color: approx 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

RGB175164206-
CMYK0.150.2000.19
HSL255.71º30%72.55%-
HSV(B)255.71º20.39%80.78%-
XYZ42.140.1263.92-
YUV172.08147.14130.08-

RGB Variations

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

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.80%
R=32.11%
G=30.09%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751642060.150.2000.19255.713072.55
HexAFA4CEF140131001e49
Octal257244316172402340036111
Binary101011111010010011001110111110100010011100000000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>