#AF96DE

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

Shades of Biloba Flower #AF96DE

Tints of Biloba Flower #AF96DE

Color information

#AF96DE (or 0xAF96DE) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and DE. RGB value is (175,150,222). Sum of RGB (Red+Green+Blue) = 175+150+222=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF96DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96DE is #506921. Grayscale: #A5A5A5. Windows color (decimal): -5269794 or 14587567. OLE color: 14587567.

HSL color Cylindrical-coordinate representation of color #AF96DE: hue angle of 260.83º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF96DE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175150222-
CMYK0.210.3200.13
HSL260.83º52.17%72.94%-
HSV(B)260.83º32.43%87.06%-
XYZ41.7736.273.89-
YUV165.68159.78134.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=31.99%
G=27.42%
B=40.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751502220.210.3200.13260.8352.1772.94
HexAF96DE15200D1053449
Octal257226336254001540564111
Binary10101111100101101101111010101100000011011000001011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96DE; }

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

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

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

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

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

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

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

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