#AF96D5

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

Shades of Biloba Flower #AF96D5

Tints of Biloba Flower #AF96D5

Color information

#AF96D5 (or 0xAF96D5) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and D5. RGB value is (175,150,213). Sum of RGB (Red+Green+Blue) = 175+150+213=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF96D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96D5 is #50692A. Grayscale: #A4A4A4. Windows color (decimal): -5269803 or 13997743. OLE color: 13997743.

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

Color convert

RGB175150213-
CMYK0.180.3000.16
HSL263.81º42.86%71.18%-
HSV(B)263.81º29.58%83.53%-
XYZ40.635.7367.71-
YUV164.66155.28135.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=32.53%
G=27.88%
B=39.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751502130.180.3000.16263.8142.8671.18
HexAF96D5121E0101082b47
Octal257226325223602041053107
Binary10101111100101101101010110010111100100001000010001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96D5; }

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

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

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

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

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

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

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

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