Html Css Color HEX #AD96E1 Biloba Flower

📋 copy color: '#AD96E1'

red 173 ◦ green 150 ◦ blue 225

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

Shades of Biloba Flower #AD96E1

Tints of Biloba Flower #AD96E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.06%

R = 31.57%
G = 27.37%
B = 41.06%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD96E1 (or 0xAD96E1) is known color: Biloba Flower. HEX triplet: AD, 96 and E1. RGB value is (173,150,225). Sum of RGB (Red+Green+Blue) = 173+150+225=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD96E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96E1 is #52691E. Grayscale: #A5A5A5. Windows color (decimal): -5400863 or 14784173. OLE color: 14784173.

HSL color Cylindrical-coordinate representation of color #AD96E1: hue angle of 258.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD96E1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 150 225 -
CMYK 0.23 0.33 0 0.12
HSL 258.4º 0.56% 0.74% -
HSV(B) 258.4º 0.33% 0.88% -
XYZ 41.73 36.13 76.01 -
YUV 165.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 173 150 225 0.23 0.33 0 0.12 258.4 0.56 0.74
Hex AD 96 E1 17 21 0 C 102 38 4A
Octal 255 226 341 27 41 0 14 402 70 112
Binary 10101101 10010110 11100001 10111 100001 0 1100 100000010 111000 1001010

Color Harmonies of #AD96E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96E1

Black with #AD96E1

Text Example


Text Example

White with #AD96E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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