Html Css Color HEX #AD99ED Biloba Flower

📋 copy color: '#AD99ED'

red 173 ◦ green 153 ◦ blue 237

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

Shades of Biloba Flower #AD99ED

Tints of Biloba Flower #AD99ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 30.73%
G = 27.18%
B = 42.1%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD99ED (or 0xAD99ED) is known color: Biloba Flower. HEX triplet: AD, 99 and ED. RGB value is (173,153,237). Sum of RGB (Red+Green+Blue) = 173+153+237=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD99ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99ED is #526612. Grayscale: #A8A8A8. Windows color (decimal): -5400083 or 15571373. OLE color: 15571373.

HSL color Cylindrical-coordinate representation of color #AD99ED: hue angle of 254.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD99ED is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 153 237 -
CMYK 0.27 0.35 0 0.07
HSL 254.29º 0.7% 0.76% -
HSV(B) 254.29º 0.35% 0.93% -
XYZ 43.91 37.78 85.1 -
YUV 168.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 173 153 237 0.27 0.35 0 0.07 254.29 0.7 0.76
Hex AD 99 ED 1B 23 0 7 FE 46 4C
Octal 255 231 355 33 43 0 7 376 106 114
Binary 10101101 10011001 11101101 11011 100011 0 111 11111110 1000110 1001100

Color Harmonies of #AD99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99ED

Black with #AD99ED

Text Example


Text Example

White with #AD99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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