Html Css Color HEX #AD98E2 Biloba Flower

📋 copy color: '#AD98E2'

red 173 ◦ green 152 ◦ blue 226

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

Shades of Biloba Flower #AD98E2

Tints of Biloba Flower #AD98E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.02%

R = 31.4%
G = 27.59%
B = 41.02%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD98E2 (or 0xAD98E2) is known color: Biloba Flower. HEX triplet: AD, 98 and E2. RGB value is (173,152,226). Sum of RGB (Red+Green+Blue) = 173+152+226=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD98E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98E2 is #52671D. Grayscale: #A6A6A6. Windows color (decimal): -5400350 or 14850221. OLE color: 14850221.

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

Color convert

RGB 173 152 226 -
CMYK 0.23 0.33 0 0.11
HSL 257.03º 0.56% 0.74% -
HSV(B) 257.03º 0.33% 0.89% -
XYZ 42.19 36.83 76.84 -
YUV 166.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 173 152 226 0.23 0.33 0 0.11 257.03 0.56 0.74
Hex AD 98 E2 17 21 0 B 101 38 4A
Octal 255 230 342 27 41 0 13 401 70 112
Binary 10101101 10011000 11100010 10111 100001 0 1011 100000001 111000 1001010

Color Harmonies of #AD98E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98E2

Black with #AD98E2

Text Example


Text Example

White with #AD98E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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