#AF96CF

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

Shades of Biloba Flower #AF96CF

Tints of Biloba Flower #AF96CF

Color information

#AF96CF (or 0xAF96CF) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and CF. RGB value is (175,150,207). Sum of RGB (Red+Green+Blue) = 175+150+207=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96CF is #506930. Grayscale: #A3A3A3. Windows color (decimal): -5269809 or 13604527. OLE color: 13604527.

HSL color Cylindrical-coordinate representation of color #AF96CF: hue angle of 266.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF96CF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175150207-
CMYK0.150.2800.19
HSL266.32º37.25%70%-
HSV(B)266.32º27.54%81.18%-
XYZ39.8535.4363.77-
YUV163.97152.28135.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=32.89%
G=28.20%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751502070.150.2800.19266.3237.2570
HexAF96CFF1C01310a2546
Octal257226317173402341245106
Binary1010111110010110110011111111111000100111000010101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96CF; }

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

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

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

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

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

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

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

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