Html Css Color HEX #A99AE1 Biloba Flower

📋 copy color: '#A99AE1'

red 169 ◦ green 154 ◦ blue 225

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

Shades of Biloba Flower #A99AE1

Tints of Biloba Flower #A99AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.1%

 BLUE value IS 225 (88.28% from 255) = 41.06%

R = 30.84%
G = 28.1%
B = 41.06%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A99AE1 (or 0xA99AE1) is known color: Biloba Flower. HEX triplet: A9, 9A and E1. RGB value is (169,154,225). Sum of RGB (Red+Green+Blue) = 169+154+225=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #A99AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99AE1 is #56651E. Grayscale: #A6A6A6. Windows color (decimal): -5661983 or 14785193. OLE color: 14785193.

HSL color Cylindrical-coordinate representation of color #A99AE1: hue angle of 252.68º 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 #A99AE1 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 154 225 -
CMYK 0.25 0.32 0 0.12
HSL 252.68º 0.54% 0.74% -
HSV(B) 252.68º 0.32% 0.88% -
XYZ 41.51 36.98 76.18 -
YUV 166.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 169 154 225 0.25 0.32 0 0.12 252.68 0.54 0.74
Hex A9 9A E1 19 20 0 C FD 36 4A
Octal 251 232 341 31 40 0 14 375 66 112
Binary 10101001 10011010 11100001 11001 100000 0 1100 11111101 110110 1001010

Color Harmonies of #A99AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99AE1

Black with #A99AE1

Text Example


Text Example

White with #A99AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99AE1; }

 p { color: rgb(169,154,225); }

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

background-color css

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

 a { background-color: rgb(169,154,225); }

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

border-color css

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

 span { border-color: rgb(169,154,225); }

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