#AF9CDE

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

Shades of Biloba Flower #AF9CDE

Tints of Biloba Flower #AF9CDE

Color information

#AF9CDE (or 0xAF9CDE) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and DE. RGB value is (175,156,222). Sum of RGB (Red+Green+Blue) = 175+156+222=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDE is #506321. Grayscale: #A8A8A8. Windows color (decimal): -5268258 or 14589103. OLE color: 14589103.

HSL color Cylindrical-coordinate representation of color #AF9CDE: hue angle of 257.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9CDE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175156222-
CMYK0.210.3000.13
HSL257.27º50%74.12%-
HSV(B)257.27º29.73%87.06%-
XYZ42.7538.1674.22-
YUV169.2157.79132.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=31.65%
G=28.21%
B=40.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751562220.210.3000.13257.275074.12
HexAF9CDE151E0D101324a
Octal257234336253601540162112
Binary1010111110011100110111101010111110011011000000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CDE; }

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

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

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

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

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

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

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

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