Html Css Color HEX #AD99E9 Biloba Flower

📋 copy color: '#AD99E9'

red 173 ◦ green 153 ◦ blue 233

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

Shades of Biloba Flower #AD99E9

Tints of Biloba Flower #AD99E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.68%

R = 30.95%
G = 27.37%
B = 41.68%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD99E9 (or 0xAD99E9) is known color: Biloba Flower. HEX triplet: AD, 99 and E9. RGB value is (173,153,233). Sum of RGB (Red+Green+Blue) = 173+153+233=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD99E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99E9 is #526616. Grayscale: #A7A7A7. Windows color (decimal): -5400087 or 15309229. OLE color: 15309229.

HSL color Cylindrical-coordinate representation of color #AD99E9: hue angle of 255º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD99E9 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 153 233 -
CMYK 0.26 0.34 0 0.09
HSL 255º 0.65% 0.76% -
HSV(B) 255º 0.34% 0.91% -
XYZ 43.33 37.55 82.05 -
YUV 168.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 173 153 233 0.26 0.34 0 0.09 255 0.65 0.76
Hex AD 99 E9 1A 22 0 9 FF 41 4C
Octal 255 231 351 32 42 0 11 377 101 114
Binary 10101101 10011001 11101001 11010 100010 0 1001 11111111 1000001 1001100

Color Harmonies of #AD99E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99E9

Black with #AD99E9

Text Example


Text Example

White with #AD99E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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