Html Css Color HEX #A15BAE Violet Blue

📋 copy color: '#A15BAE'

red 161 ◦ green 91 ◦ blue 174

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

Shades of Violet Blue #A15BAE

Tints of Violet Blue #A15BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 37.79%
G = 21.36%
B = 40.85%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A15BAE (or 0xA15BAE) is known color: Violet Blue. HEX triplet: A1, 5B and AE. RGB value is (161,91,174). Sum of RGB (Red+Green+Blue) = 161+91+174=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #A15BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BAE is #5EA451. Grayscale: #797979. Windows color (decimal): -6202450 or 11426721. OLE color: 11426721.

HSL color Cylindrical-coordinate representation of color #A15BAE: hue angle of 290.6º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15BAE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 91 174 -
CMYK 0.07 0.48 0 0.32
HSL 290.6º 0.34% 0.52% -
HSV(B) 290.6º 0.48% 0.68% -
XYZ 26.08 18.12 42.17 -
YUV 121.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 161 91 174 0.07 0.48 0 0.32 290.6 0.34 0.52
Hex A1 5B AE 7 30 0 20 123 22 34
Octal 241 133 256 7 60 0 40 443 42 64
Binary 10100001 1011011 10101110 111 110000 0 100000 100100011 100010 110100

Color Harmonies of #A15BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BAE

Black with #A15BAE

Text Example


Text Example

White with #A15BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BAE; }

 p { color: rgb(161,91,174); }

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

background-color css

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

 a { background-color: rgb(161,91,174); }

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

border-color css

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

 span { border-color: rgb(161,91,174); }

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