Html Css Color HEX #AD96E5 Biloba Flower

📋 copy color: '#AD96E5'

red 173 ◦ green 150 ◦ blue 229

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

Shades of Biloba Flower #AD96E5

Tints of Biloba Flower #AD96E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 31.34%
G = 27.17%
B = 41.49%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD96E5 (or 0xAD96E5) is known color: Biloba Flower. HEX triplet: AD, 96 and E5. RGB value is (173,150,229). Sum of RGB (Red+Green+Blue) = 173+150+229=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD96E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96E5 is #52691A. Grayscale: #A5A5A5. Windows color (decimal): -5400859 or 15046317. OLE color: 15046317.

HSL color Cylindrical-coordinate representation of color #AD96E5: hue angle of 257.47º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD96E5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 150 229 -
CMYK 0.24 0.34 0 0.10
HSL 257.47º 0.6% 0.74% -
HSV(B) 257.47º 0.34% 0.9% -
XYZ 42.28 36.35 78.92 -
YUV 165.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 173 150 229 0.24 0.34 0 0.10 257.47 0.6 0.74
Hex AD 96 E5 18 22 0 A 101 3C 4A
Octal 255 226 345 30 42 0 12 401 74 112
Binary 10101101 10010110 11100101 11000 100010 0 1010 100000001 111100 1001010

Color Harmonies of #AD96E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96E5

Black with #AD96E5

Text Example


Text Example

White with #AD96E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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