#AF96E5

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

Shades of Biloba Flower #AF96E5

Tints of Biloba Flower #AF96E5

Color information

#AF96E5 (or 0xAF96E5) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and E5. RGB value is (175,150,229). Sum of RGB (Red+Green+Blue) = 175+150+229=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF96E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96E5 is #50691A. Grayscale: #A6A6A6. Windows color (decimal): -5269787 or 15046319. OLE color: 15046319.

HSL color Cylindrical-coordinate representation of color #AF96E5: hue angle of 258.99º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF96E5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175150229-
CMYK0.240.3400.10
HSL258.99º60.31%74.31%-
HSV(B)258.99º34.5%89.8%-
XYZ42.7336.5878.94-
YUV166.48163.28134.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=31.59%
G=27.08%
B=41.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751502290.240.3400.10258.9960.3174.31
HexAF96E518220A1033c4a
Octal257226345304201240374112
Binary10101111100101101110010111000100010010101000000111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96E5; }

 p { color: rgb(175,150,229); }

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

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

 a { background-color: rgb(175,150,229); }

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

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

 span { border-color: rgb(175,150,229); }

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