Html Css Color HEX #A98EE2 Biloba Flower

📋 copy color: '#A98EE2'

red 169 ◦ green 142 ◦ blue 226

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

Shades of Biloba Flower #A98EE2

Tints of Biloba Flower #A98EE2

RGB

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

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

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

R = 31.47%
G = 26.44%
B = 42.09%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A98EE2 (or 0xA98EE2) is known color: Biloba Flower. HEX triplet: A9, 8E and E2. RGB value is (169,142,226). Sum of RGB (Red+Green+Blue) = 169+142+226=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #A98EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EE2 is #56711D. Grayscale: #9F9F9F. Windows color (decimal): -5665054 or 14847657. OLE color: 14847657.

HSL color Cylindrical-coordinate representation of color #A98EE2: hue angle of 259.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98EE2 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 142 226 -
CMYK 0.25 0.37 0 0.11
HSL 259.29º 0.59% 0.72% -
HSV(B) 259.29º 0.37% 0.89% -
XYZ 39.76 33.27 76.28 -
YUV 159.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 169 142 226 0.25 0.37 0 0.11 259.29 0.59 0.72
Hex A9 8E E2 19 25 0 B 103 3B 48
Octal 251 216 342 31 45 0 13 403 73 110
Binary 10101001 10001110 11100010 11001 100101 0 1011 100000011 111011 1001000

Color Harmonies of #A98EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EE2

Black with #A98EE2

Text Example


Text Example

White with #A98EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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