#AF96CE

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

Shades of Biloba Flower #AF96CE

Tints of Biloba Flower #AF96CE

Color information

#AF96CE (or 0xAF96CE) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and CE. RGB value is (175,150,206). Sum of RGB (Red+Green+Blue) = 175+150+206=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96CE is #506931. Grayscale: #A3A3A3. Windows color (decimal): -5269810 or 13538991. OLE color: 13538991.

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

Color convert

RGB175150206-
CMYK0.150.2700.19
HSL266.79º36.36%69.8%-
HSV(B)266.79º27.18%80.78%-
XYZ39.7335.3863.13-
YUV163.86151.78135.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=32.96%
G=28.25%
B=38.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751502060.150.2700.19266.7936.3669.8
HexAF96CEF1B01310b2446
Octal257226316173302341344106
Binary1010111110010110110011101111110110100111000010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96CE; }

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

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

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

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

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

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

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

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