#AF9BCC

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

Shades of Biloba Flower #AF9BCC

Tints of Biloba Flower #AF9BCC

Color information

#AF9BCC (or 0xAF9BCC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and CC. RGB value is (175,155,204). Sum of RGB (Red+Green+Blue) = 175+155+204=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BCC is #506433. Grayscale: #A6A6A6. Windows color (decimal): -5268532 or 13409199. OLE color: 13409199.

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

Color convert

RGB175155204-
CMYK0.140.2400.2
HSL264.49º32.45%70.39%-
HSV(B)264.49º24.02%80%-
XYZ40.336.9262.13-
YUV166.57149.13134.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=32.77%
G=29.03%
B=38.20%

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
Decimal1751552040.140.2400.2264.4932.4570.39
HexAF9BCCE180141082046
Octal257233314163002441040106
Binary1010111110011011110011001110110000101001000010001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BCC; }

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

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

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

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

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

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

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

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