Html Css Color HEX #A15EA2 Violet Blue

📋 copy color: '#A15EA2'

red 161 ◦ green 94 ◦ blue 162

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

Shades of Violet Blue #A15EA2

Tints of Violet Blue #A15EA2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

 BLUE value IS 162 (63.67% from 255) = 38.85%

R = 38.61%
G = 22.54%
B = 38.85%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A15EA2 (or 0xA15EA2) is known color: Violet Blue. HEX triplet: A1, 5E and A2. RGB value is (161,94,162). Sum of RGB (Red+Green+Blue) = 161+94+162=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #A15EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EA2 is #5EA15D. Grayscale: #797979. Windows color (decimal): -6201694 or 10641057. OLE color: 10641057.

HSL color Cylindrical-coordinate representation of color #A15EA2: hue angle of 299.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A15EA2 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 94 162 -
CMYK 0.01 0.42 0 0.36
HSL 299.12º 0.27% 0.5% -
HSV(B) 299.12º 0.42% 0.64% -
XYZ 25.22 18.19 36.36 -
YUV 121.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 161 94 162 0.01 0.42 0 0.36 299.12 0.27 0.5
Hex A1 5E A2 1 2A 0 24 12B 1B 32
Octal 241 136 242 1 52 0 44 453 33 62
Binary 10100001 1011110 10100010 1 101010 0 100100 100101011 11011 110010

Color Harmonies of #A15EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EA2

Black with #A15EA2

Text Example


Text Example

White with #A15EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EA2; }

 p { color: rgb(161,94,162); }

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

background-color css

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

 a { background-color: rgb(161,94,162); }

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

border-color css

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

 span { border-color: rgb(161,94,162); }

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