#AF9CCC

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

Shades of Biloba Flower #AF9CCC

Tints of Biloba Flower #AF9CCC

Color information

#AF9CCC (or 0xAF9CCC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and CC. RGB value is (175,156,204). Sum of RGB (Red+Green+Blue) = 175+156+204=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCC is #506333. Grayscale: #A6A6A6. Windows color (decimal): -5268276 or 13409455. OLE color: 13409455.

HSL color Cylindrical-coordinate representation of color #AF9CCC: hue angle of 263.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9CCC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175156204-
CMYK0.140.2400.2
HSL263.75º32%70.59%-
HSV(B)263.75º23.53%80%-
XYZ40.4737.2562.18-
YUV167.15148.79133.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=32.71%
G=29.16%
B=38.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751562040.140.2400.2263.753270.59
HexAF9CCCE180141082047
Octal257234314163002441040107
Binary1010111110011100110011001110110000101001000010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CCC; }

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

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

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

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

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

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

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

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