#AFA0CA

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

Shades of Biloba Flower #AFA0CA

Tints of Biloba Flower #AFA0CA

Color information

#AFA0CA (or 0xAFA0CA) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and CA. RGB value is (175,160,202). Sum of RGB (Red+Green+Blue) = 175+160+202=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0CA is #505F35. Grayscale: #A9A9A9. Windows color (decimal): -5267254 or 13279407. OLE color: 13279407.

HSL color Cylindrical-coordinate representation of color #AFA0CA: hue angle of 261.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA0CA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175160202-
CMYK0.130.2100.21
HSL261.43º28.38%70.98%-
HSV(B)261.43º20.79%79.22%-
XYZ40.9138.5261.16-
YUV169.27146.47132.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=32.59%
G=29.80%
B=37.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751602020.130.2100.21261.4328.3870.98
HexAFA0CAD150151051c47
Octal257240312152502540534107
Binary101011111010000011001010110110101010101100000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0CA; }

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

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

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

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

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

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

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

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