#AF96D7

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

Shades of Biloba Flower #AF96D7

Tints of Biloba Flower #AF96D7

Color information

#AF96D7 (or 0xAF96D7) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and D7. RGB value is (175,150,215). Sum of RGB (Red+Green+Blue) = 175+150+215=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF96D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96D7 is #506928. Grayscale: #A4A4A4. Windows color (decimal): -5269801 or 14128815. OLE color: 14128815.

HSL color Cylindrical-coordinate representation of color #AF96D7: hue angle of 263.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF96D7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175150215-
CMYK0.190.3000.16
HSL263.08º44.83%71.57%-
HSV(B)263.08º30.23%84.31%-
XYZ40.8535.8369.05-
YUV164.88156.28135.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=32.41%
G=27.78%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751502150.190.3000.16263.0844.8371.57
HexAF96D7131E0101072d48
Octal257226327233602040755110
Binary10101111100101101101011110011111100100001000001111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96D7; }

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

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

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

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

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

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

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

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