Html Css Color HEX #AD96CE Biloba Flower

📋 copy color: '#AD96CE'

red 173 ◦ green 150 ◦ blue 206

#AD96CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AD96CE

Tints of Biloba Flower #AD96CE

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

 GREEN value IS 150 (58.98% from 255) = 28.36%

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 32.7%
G = 28.36%
B = 38.94%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD96CE (or 0xAD96CE) is known color: Biloba Flower. HEX triplet: AD, 96 and CE. RGB value is (173,150,206). Sum of RGB (Red+Green+Blue) = 173+150+206=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96CE is #526931. Grayscale: #A3A3A3. Windows color (decimal): -5400882 or 13538989. OLE color: 13538989.

HSL color Cylindrical-coordinate representation of color #AD96CE: hue angle of 264.64º 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 #AD96CE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 150 206 -
CMYK 0.16 0.27 0 0.19
HSL 264.64º 0.36% 0.7% -
HSV(B) 264.64º 0.27% 0.81% -
XYZ 39.28 35.15 63.11 -
YUV 163.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 173 150 206 0.16 0.27 0 0.19 264.64 0.36 0.7
Hex AD 96 CE 10 1B 0 13 109 24 46
Octal 255 226 316 20 33 0 23 411 44 106
Binary 10101101 10010110 11001110 10000 11011 0 10011 100001001 100100 1000110

Color Harmonies of #AD96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96CE

Black with #AD96CE

Text Example


Text Example

White with #AD96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96CE; }

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

 H1.HeaderClassName
 {
   color: #AD96CE;
 }
 .AnyTagClassName
 {
   color: #AD96CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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