#AF9DDC

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

Shades of Biloba Flower #AF9DDC

Tints of Biloba Flower #AF9DDC

Color information

#AF9DDC (or 0xAF9DDC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and DC. RGB value is (175,157,220). Sum of RGB (Red+Green+Blue) = 175+157+220=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DDC is #506223. Grayscale: #A9A9A9. Windows color (decimal): -5268004 or 14458287. OLE color: 14458287.

HSL color Cylindrical-coordinate representation of color #AF9DDC: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF9DDC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175157220-
CMYK0.200.2900.14
HSL257.14º47.37%73.92%-
HSV(B)257.14º28.64%86.27%-
XYZ42.6538.472.87-
YUV169.56156.46131.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=31.70%
G=28.44%
B=39.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751572200.200.2900.14257.1447.3773.92
HexAF9DDC141D0E1012f4a
Octal257235334243501640157112
Binary1010111110011101110111001010011101011101000000011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DDC; }

 p { color: rgb(175,157,220); }

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

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

 a { background-color: rgb(175,157,220); }

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

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

 span { border-color: rgb(175,157,220); }

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