Html Css Color HEX #AD98E0 Biloba Flower

📋 copy color: '#AD98E0'

red 173 ◦ green 152 ◦ blue 224

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

Shades of Biloba Flower #AD98E0

Tints of Biloba Flower #AD98E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.8%

R = 31.51%
G = 27.69%
B = 40.8%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD98E0 (or 0xAD98E0) is known color: Biloba Flower. HEX triplet: AD, 98 and E0. RGB value is (173,152,224). Sum of RGB (Red+Green+Blue) = 173+152+224=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD98E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98E0 is #52671F. Grayscale: #A6A6A6. Windows color (decimal): -5400352 or 14719149. OLE color: 14719149.

HSL color Cylindrical-coordinate representation of color #AD98E0: hue angle of 257.5º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD98E0 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 152 224 -
CMYK 0.23 0.32 0 0.12
HSL 257.5º 0.54% 0.74% -
HSV(B) 257.5º 0.32% 0.88% -
XYZ 41.92 36.72 75.4 -
YUV 166.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 173 152 224 0.23 0.32 0 0.12 257.5 0.54 0.74
Hex AD 98 E0 17 20 0 C 102 36 4A
Octal 255 230 340 27 40 0 14 402 66 112
Binary 10101101 10011000 11100000 10111 100000 0 1100 100000010 110110 1001010

Color Harmonies of #AD98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98E0

Black with #AD98E0

Text Example


Text Example

White with #AD98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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