Html Css Color HEX #A98EDA Biloba Flower

📋 copy color: '#A98EDA'

red 169 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #A98EDA

Tints of Biloba Flower #A98EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 31.95%
G = 26.84%
B = 41.21%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A98EDA (or 0xA98EDA) is known color: Biloba Flower. HEX triplet: A9, 8E and DA. RGB value is (169,142,218). Sum of RGB (Red+Green+Blue) = 169+142+218=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A98EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EDA is #567125. Grayscale: #9E9E9E. Windows color (decimal): -5665062 or 14323369. OLE color: 14323369.

HSL color Cylindrical-coordinate representation of color #A98EDA: hue angle of 261.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A98EDA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 142 218 -
CMYK 0.22 0.35 0 0.15
HSL 261.32º 0.51% 0.71% -
HSV(B) 261.32º 0.35% 0.85% -
XYZ 38.69 32.84 70.63 -
YUV 158.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 169 142 218 0.22 0.35 0 0.15 261.32 0.51 0.71
Hex A9 8E DA 16 23 0 F 105 33 47
Octal 251 216 332 26 43 0 17 405 63 107
Binary 10101001 10001110 11011010 10110 100011 0 1111 100000101 110011 1000111

Color Harmonies of #A98EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EDA

Black with #A98EDA

Text Example


Text Example

White with #A98EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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