#AD96CA

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

Shades of Biloba Flower #AD96CA

Tints of Biloba Flower #AD96CA

Color information

#AD96CA (or 0xAD96CA) is unknown color: approx Biloba Flower. HEX triplet: AD, 96 and CA. RGB value is (173,150,202). Sum of RGB (Red+Green+Blue) = 173+150+202=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96CA is #526935. Grayscale: #A2A2A2. Windows color (decimal): -5400886 or 13276845. OLE color: 13276845.

HSL color Cylindrical-coordinate representation of color #AD96CA: hue angle of 266.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD96CA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173150202-
CMYK0.140.2600.21
HSL266.54º32.91%69.02%-
HSV(B)266.54º25.74%79.22%-
XYZ38.834.9660.58-
YUV162.8150.12135.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=32.95%
G=28.57%
B=38.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731502020.140.2600.21266.5432.9169.02
HexAD96CAE1A01510b2145
Octal255226312163202541341105
Binary1010110110010110110010101110110100101011000010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96CA; }

 p { color: rgb(173,150,202); }

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

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

 a { background-color: rgb(173,150,202); }

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

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

 span { border-color: rgb(173,150,202); }

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