#AFA0CE

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

Shades of Biloba Flower #AFA0CE

Tints of Biloba Flower #AFA0CE

Color information

#AFA0CE (or 0xAFA0CE) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and CE. RGB value is (175,160,206). Sum of RGB (Red+Green+Blue) = 175+160+206=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0CE is #505F31. Grayscale: #A9A9A9. Windows color (decimal): -5267250 or 13541551. OLE color: 13541551.

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

Color convert

RGB175160206-
CMYK0.150.2200.19
HSL259.57º31.94%71.76%-
HSV(B)259.57º22.33%80.78%-
XYZ41.3938.7163.68-
YUV169.73148.47131.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=32.35%
G=29.57%
B=38.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751602060.150.2200.19259.5731.9471.76
HexAFA0CEF160131042048
Octal257240316172602340440110
Binary1010111110100000110011101111101100100111000001001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0CE; }

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

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

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

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

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

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

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

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