Html Css Color HEX #A191E1 Biloba Flower

📋 copy color: '#A191E1'

red 161 ◦ green 145 ◦ blue 225

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

Shades of Biloba Flower #A191E1

Tints of Biloba Flower #A191E1

RGB

 RED value IS 161 (63.28% from 255) = 30.32%

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

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

R = 30.32%
G = 27.31%
B = 42.37%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A191E1 (or 0xA191E1) is known color: Biloba Flower. HEX triplet: A1, 91 and E1. RGB value is (161,145,225). Sum of RGB (Red+Green+Blue) = 161+145+225=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #A191E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191E1 is #5E6E1E. Grayscale: #9E9E9E. Windows color (decimal): -6188575 or 14782881. OLE color: 14782881.

HSL color Cylindrical-coordinate representation of color #A191E1: hue angle of 252º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A191E1 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 145 225 -
CMYK 0.28 0.36 0 0.12
HSL 252º 0.57% 0.73% -
HSV(B) 252º 0.36% 0.88% -
XYZ 38.41 33.26 75.63 -
YUV 158.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 161 145 225 0.28 0.36 0 0.12 252 0.57 0.73
Hex A1 91 E1 1C 24 0 C FC 39 49
Octal 241 221 341 34 44 0 14 374 71 111
Binary 10100001 10010001 11100001 11100 100100 0 1100 11111100 111001 1001001

Color Harmonies of #A191E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191E1

Black with #A191E1

Text Example


Text Example

White with #A191E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191E1; }

 p { color: rgb(161,145,225); }

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

background-color css

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

 a { background-color: rgb(161,145,225); }

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

border-color css

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

 span { border-color: rgb(161,145,225); }

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