#AFA2CE

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

Shades of Biloba Flower #AFA2CE

Tints of Biloba Flower #AFA2CE

Color information

#AFA2CE (or 0xAFA2CE) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and CE. RGB value is (175,162,206). Sum of RGB (Red+Green+Blue) = 175+162+206=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2CE is #505D31. Grayscale: #AAAAAA. Windows color (decimal): -5266738 or 13542063. OLE color: 13542063.

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

Color convert

RGB175162206-
CMYK0.150.2100.19
HSL257.73º30.99%72.16%-
HSV(B)257.73º21.36%80.78%-
XYZ41.7439.4163.8-
YUV170.9147.81130.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=32.23%
G=29.83%
B=37.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751622060.150.2100.19257.7330.9972.16
HexAFA2CEF150131021f48
Octal257242316172502340237110
Binary101011111010001011001110111110101010011100000010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2CE; }

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

 H1.HeaderClassName
 {
   color: #AFA2CE;
 }
 .AnyTagClassName
 {
   color: #AFA2CE;
 }
</style>
background-color css

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

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

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

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

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

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