Html Css Color HEX #AD96E4 Biloba Flower

📋 copy color: '#AD96E4'

red 173 ◦ green 150 ◦ blue 228

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

Shades of Biloba Flower #AD96E4

Tints of Biloba Flower #AD96E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.38%

R = 31.4%
G = 27.22%
B = 41.38%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD96E4 (or 0xAD96E4) is known color: Biloba Flower. HEX triplet: AD, 96 and E4. RGB value is (173,150,228). Sum of RGB (Red+Green+Blue) = 173+150+228=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD96E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96E4 is #52691B. Grayscale: #A5A5A5. Windows color (decimal): -5400860 or 14980781. OLE color: 14980781.

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

Color convert

RGB 173 150 228 -
CMYK 0.24 0.34 0 0.11
HSL 257.69º 0.59% 0.74% -
HSV(B) 257.69º 0.34% 0.89% -
XYZ 42.14 36.3 78.18 -
YUV 165.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 173 150 228 0.24 0.34 0 0.11 257.69 0.59 0.74
Hex AD 96 E4 18 22 0 B 102 3B 4A
Octal 255 226 344 30 42 0 13 402 73 112
Binary 10101101 10010110 11100100 11000 100010 0 1011 100000010 111011 1001010

Color Harmonies of #AD96E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96E4

Black with #AD96E4

Text Example


Text Example

White with #AD96E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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