Html Css Color HEX #AD99E5 Biloba Flower

📋 copy color: '#AD99E5'

red 173 ◦ green 153 ◦ blue 229

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

Shades of Biloba Flower #AD99E5

Tints of Biloba Flower #AD99E5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.57%

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

R = 31.17%
G = 27.57%
B = 41.26%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD99E5 (or 0xAD99E5) is known color: Biloba Flower. HEX triplet: AD, 99 and E5. RGB value is (173,153,229). Sum of RGB (Red+Green+Blue) = 173+153+229=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD99E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99E5 is #52661A. Grayscale: #A7A7A7. Windows color (decimal): -5400091 or 15047085. OLE color: 15047085.

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

Color convert

RGB 173 153 229 -
CMYK 0.24 0.33 0 0.10
HSL 255.79º 0.59% 0.75% -
HSV(B) 255.79º 0.33% 0.9% -
XYZ 42.77 37.32 79.08 -
YUV 167.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 173 153 229 0.24 0.33 0 0.10 255.79 0.59 0.75
Hex AD 99 E5 18 21 0 A 100 3B 4B
Octal 255 231 345 30 41 0 12 400 73 113
Binary 10101101 10011001 11100101 11000 100001 0 1010 100000000 111011 1001011

Color Harmonies of #AD99E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99E5

Black with #AD99E5

Text Example


Text Example

White with #AD99E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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