Html Css Color HEX #AD98E9 Biloba Flower

📋 copy color: '#AD98E9'

red 173 ◦ green 152 ◦ blue 233

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

Shades of Biloba Flower #AD98E9

Tints of Biloba Flower #AD98E9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.24%

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

R = 31%
G = 27.24%
B = 41.76%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD98E9 (or 0xAD98E9) is known color: Biloba Flower. HEX triplet: AD, 98 and E9. RGB value is (173,152,233). Sum of RGB (Red+Green+Blue) = 173+152+233=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD98E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98E9 is #526716. Grayscale: #A7A7A7. Windows color (decimal): -5400343 or 15308973. OLE color: 15308973.

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

Color convert

RGB 173 152 233 -
CMYK 0.26 0.35 0 0.09
HSL 255.56º 0.65% 0.75% -
HSV(B) 255.56º 0.35% 0.91% -
XYZ 43.17 37.22 82 -
YUV 167.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 173 152 233 0.26 0.35 0 0.09 255.56 0.65 0.75
Hex AD 98 E9 1A 23 0 9 100 41 4B
Octal 255 230 351 32 43 0 11 400 101 113
Binary 10101101 10011000 11101001 11010 100011 0 1001 100000000 1000001 1001011

Color Harmonies of #AD98E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98E9

Black with #AD98E9

Text Example


Text Example

White with #AD98E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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