#AF9CC9

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

Shades of Biloba Flower #AF9CC9

Tints of Biloba Flower #AF9CC9

Color information

#AF9CC9 (or 0xAF9CC9) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and C9. RGB value is (175,156,201). Sum of RGB (Red+Green+Blue) = 175+156+201=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF9CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CC9 is #506336. Grayscale: #A6A6A6. Windows color (decimal): -5268279 or 13212847. OLE color: 13212847.

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

Color convert

RGB175156201-
CMYK0.130.2200.21
HSL265.33º29.41%70%-
HSV(B)265.33º22.39%78.82%-
XYZ40.1137.1160.31-
YUV166.81147.29133.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=32.89%
G=29.32%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751562010.130.2200.21265.3329.4170
HexAF9CC9D160151091d46
Octal257234311152602541135106
Binary101011111001110011001001110110110010101100001001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CC9; }

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

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

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

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

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

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

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

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