#AFA3CE

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

Shades of Biloba Flower #AFA3CE

Tints of Biloba Flower #AFA3CE

Color information

#AFA3CE (or 0xAFA3CE) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and CE. RGB value is (175,163,206). Sum of RGB (Red+Green+Blue) = 175+163+206=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3CE is #505C31. Grayscale: #ABABAB. Windows color (decimal): -5266482 or 13542319. OLE color: 13542319.

HSL color Cylindrical-coordinate representation of color #AFA3CE: hue angle of 256.74º degrees, saturation: 0.3, 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 #AFA3CE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175163206-
CMYK0.150.2100.19
HSL256.74º30.5%72.35%-
HSV(B)256.74º20.87%80.78%-
XYZ41.9239.7663.86-
YUV171.49147.48130.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=32.17%
G=29.96%
B=37.87%

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
Decimal1751632060.150.2100.19256.7430.572.35
HexAFA3CEF150131011e48
Octal257243316172502340136110
Binary101011111010001111001110111110101010011100000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3CE; }

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

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

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

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

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

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

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

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