Html Css Color HEX #A391E1 Biloba Flower

📋 copy color: '#A391E1'

red 163 ◦ green 145 ◦ blue 225

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

Shades of Biloba Flower #A391E1

Tints of Biloba Flower #A391E1

RGB

 RED value IS 163 (64.06% from 255) = 30.58%

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

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

R = 30.58%
G = 27.2%
B = 42.21%

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

#A391E1 (or 0xA391E1) is known color: Biloba Flower. HEX triplet: A3, 91 and E1. RGB value is (163,145,225). Sum of RGB (Red+Green+Blue) = 163+145+225=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #A391E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391E1 is #5C6E1E. Grayscale: #9F9F9F. Windows color (decimal): -6057503 or 14782883. OLE color: 14782883.

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

Color convert

RGB 163 145 225 -
CMYK 0.28 0.36 0 0.12
HSL 253.5º 0.57% 0.73% -
HSV(B) 253.5º 0.36% 0.88% -
XYZ 38.82 33.47 75.65 -
YUV 159.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 163 145 225 0.28 0.36 0 0.12 253.5 0.57 0.73
Hex A3 91 E1 1C 24 0 C FE 39 49
Octal 243 221 341 34 44 0 14 376 71 111
Binary 10100011 10010001 11100001 11100 100100 0 1100 11111110 111001 1001001

Color Harmonies of #A391E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391E1

Black with #A391E1

Text Example


Text Example

White with #A391E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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