#AF9DE8

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

Shades of Biloba Flower #AF9DE8

Tints of Biloba Flower #AF9DE8

Color information

#AF9DE8 (or 0xAF9DE8) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and E8. RGB value is (175,157,232). Sum of RGB (Red+Green+Blue) = 175+157+232=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF9DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9DE8 is #506217. Grayscale: #AAAAAA. Windows color (decimal): -5267992 or 15244719. OLE color: 15244719.

HSL color Cylindrical-coordinate representation of color #AF9DE8: hue angle of 254.4º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF9DE8 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175157232-
CMYK0.250.3200.09
HSL254.4º61.98%76.27%-
HSV(B)254.4º32.33%90.98%-
XYZ44.339.0581.55-
YUV170.93162.46130.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 232 (91.02% from 255) = 41.13%
R=31.03%
G=27.84%
B=41.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751572320.250.3200.09254.461.9876.27
HexAF9DE8192009fe3e4c
Octal257235350314001137676114
Binary1010111110011101111010001100110000001001111111101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DE8; }

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

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

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

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

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

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

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

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