#AF9CCA

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

Shades of Biloba Flower #AF9CCA

Tints of Biloba Flower #AF9CCA

Color information

#AF9CCA (or 0xAF9CCA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and CA. RGB value is (175,156,202). Sum of RGB (Red+Green+Blue) = 175+156+202=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCA is #506335. Grayscale: #A6A6A6. Windows color (decimal): -5268278 or 13278383. OLE color: 13278383.

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

Color convert

RGB175156202-
CMYK0.130.2300.21
HSL264.78º30.26%70.2%-
HSV(B)264.78º22.77%79.22%-
XYZ40.2337.1660.93-
YUV166.92147.79133.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=32.83%
G=29.27%
B=37.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751562020.130.2300.21264.7830.2670.2
HexAF9CCAD170151091e46
Octal257234312152702541136106
Binary101011111001110011001010110110111010101100001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CCA; }

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

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

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

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

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

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

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

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