Html Css Color HEX #A98EDD Biloba Flower

📋 copy color: '#A98EDD'

red 169 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #A98EDD

Tints of Biloba Flower #A98EDD

RGB

 RED value IS 169 (66.41% from 255) = 31.77%

 GREEN value IS 142 (55.86% from 255) = 26.69%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 31.77%
G = 26.69%
B = 41.54%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98EDD (or 0xA98EDD) is known color: Biloba Flower. HEX triplet: A9, 8E and DD. RGB value is (169,142,221). Sum of RGB (Red+Green+Blue) = 169+142+221=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A98EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EDD is #567122. Grayscale: #9E9E9E. Windows color (decimal): -5665059 or 14519977. OLE color: 14519977.

HSL color Cylindrical-coordinate representation of color #A98EDD: hue angle of 260.51º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A98EDD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 142 221 -
CMYK 0.24 0.36 0 0.13
HSL 260.51º 0.54% 0.71% -
HSV(B) 260.51º 0.36% 0.87% -
XYZ 39.09 33 72.72 -
YUV 159.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 169 142 221 0.24 0.36 0 0.13 260.51 0.54 0.71
Hex A9 8E DD 18 24 0 D 105 36 47
Octal 251 216 335 30 44 0 15 405 66 107
Binary 10101001 10001110 11011101 11000 100100 0 1101 100000101 110110 1000111

Color Harmonies of #A98EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EDD

Black with #A98EDD

Text Example


Text Example

White with #A98EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EDD; }

 p { color: rgb(169,142,221); }

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

background-color css

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

 a { background-color: rgb(169,142,221); }

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

border-color css

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

 span { border-color: rgb(169,142,221); }

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