#AF9ECC

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

Shades of Biloba Flower #AF9ECC

Tints of Biloba Flower #AF9ECC

Color information

#AF9ECC (or 0xAF9ECC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and CC. RGB value is (175,158,204). Sum of RGB (Red+Green+Blue) = 175+158+204=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ECC is #506133. Grayscale: #A8A8A8. Windows color (decimal): -5267764 or 13409967. OLE color: 13409967.

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

Color convert

RGB175158204-
CMYK0.140.2300.2
HSL262.17º31.08%70.98%-
HSV(B)262.17º22.55%80%-
XYZ40.8137.9362.3-
YUV168.33148.13132.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=32.59%
G=29.42%
B=37.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751582040.140.2300.2262.1731.0870.98
HexAF9ECCE170141061f47
Octal257236314162702440637107
Binary101011111001111011001100111010111010100100000110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ECC; }

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

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

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

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

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

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

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

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