Html Css Color HEX #A98EDB Biloba Flower

📋 copy color: '#A98EDB'

red 169 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A98EDB

Tints of Biloba Flower #A98EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 31.89%
G = 26.79%
B = 41.32%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A98EDB (or 0xA98EDB) is known color: Biloba Flower. HEX triplet: A9, 8E and DB. RGB value is (169,142,219). Sum of RGB (Red+Green+Blue) = 169+142+219=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A98EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EDB is #567124. Grayscale: #9E9E9E. Windows color (decimal): -5665061 or 14388905. OLE color: 14388905.

HSL color Cylindrical-coordinate representation of color #A98EDB: hue angle of 261.04º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A98EDB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 142 219 -
CMYK 0.23 0.35 0 0.14
HSL 261.04º 0.52% 0.71% -
HSV(B) 261.04º 0.35% 0.86% -
XYZ 38.82 32.9 71.32 -
YUV 158.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 169 142 219 0.23 0.35 0 0.14 261.04 0.52 0.71
Hex A9 8E DB 17 23 0 E 105 34 47
Octal 251 216 333 27 43 0 16 405 64 107
Binary 10101001 10001110 11011011 10111 100011 0 1110 100000101 110100 1000111

Color Harmonies of #A98EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EDB

Black with #A98EDB

Text Example


Text Example

White with #A98EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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