#AF96CD

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

Shades of Biloba Flower #AF96CD

Tints of Biloba Flower #AF96CD

Color information

#AF96CD (or 0xAF96CD) is unknown color: approx Biloba Flower. HEX triplet: AF, 96 and CD. RGB value is (175,150,205). Sum of RGB (Red+Green+Blue) = 175+150+205=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF96CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96CD is #506932. Grayscale: #A3A3A3. Windows color (decimal): -5269811 or 13473455. OLE color: 13473455.

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

Color convert

RGB175150205-
CMYK0.150.2700.20
HSL267.27º35.48%69.61%-
HSV(B)267.27º26.83%80.39%-
XYZ39.635.3362.49-
YUV163.74151.28136.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=33.02%
G=28.30%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751502050.150.2700.20267.2735.4869.61
HexAF96CDF1B01410b2346
Octal257226315173302441343106
Binary1010111110010110110011011111110110101001000010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96CD; }

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

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

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

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

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

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

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

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