Html Css Color HEX #A991E5 Biloba Flower

📋 copy color: '#A991E5'

red 169 ◦ green 145 ◦ blue 229

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

Shades of Biloba Flower #A991E5

Tints of Biloba Flower #A991E5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.7%

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 31.12%
G = 26.7%
B = 42.17%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A991E5 (or 0xA991E5) is known color: Biloba Flower. HEX triplet: A9, 91 and E5. RGB value is (169,145,229). Sum of RGB (Red+Green+Blue) = 169+145+229=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #A991E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991E5 is #566E1A. Grayscale: #A1A1A1. Windows color (decimal): -5664283 or 15045033. OLE color: 15045033.

HSL color Cylindrical-coordinate representation of color #A991E5: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A991E5 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 145 229 -
CMYK 0.26 0.37 0 0.10
HSL 257.14º 0.62% 0.73% -
HSV(B) 257.14º 0.37% 0.9% -
XYZ 40.63 34.34 78.62 -
YUV 161.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 169 145 229 0.26 0.37 0 0.10 257.14 0.62 0.73
Hex A9 91 E5 1A 25 0 A 101 3E 49
Octal 251 221 345 32 45 0 12 401 76 111
Binary 10101001 10010001 11100101 11010 100101 0 1010 100000001 111110 1001001

Color Harmonies of #A991E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991E5

Black with #A991E5

Text Example


Text Example

White with #A991E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991E5; }

 p { color: rgb(169,145,229); }

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

background-color css

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

 a { background-color: rgb(169,145,229); }

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

border-color css

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

 span { border-color: rgb(169,145,229); }

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