#AF99CA

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

Shades of Biloba Flower #AF99CA

Tints of Biloba Flower #AF99CA

Color information

#AF99CA (or 0xAF99CA) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and CA. RGB value is (175,153,202). Sum of RGB (Red+Green+Blue) = 175+153+202=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99CA is #506635. Grayscale: #A4A4A4. Windows color (decimal): -5269046 or 13277615. OLE color: 13277615.

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

Color convert

RGB175153202-
CMYK0.130.2400.21
HSL266.94º31.61%69.61%-
HSV(B)266.94º24.26%79.22%-
XYZ39.7336.1660.76-
YUV165.16148.79135.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=33.02%
G=28.87%
B=38.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751532020.130.2400.21266.9431.6169.61
HexAF99CAD1801510b2046
Octal257231312153002541340106
Binary1010111110011001110010101101110000101011000010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99CA; }

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

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

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

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

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

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

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

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