Html Css Color HEX #A15EAE Violet Blue

📋 copy color: '#A15EAE'

red 161 ◦ green 94 ◦ blue 174

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

Shades of Violet Blue #A15EAE

Tints of Violet Blue #A15EAE

RGB

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

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

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

R = 37.53%
G = 21.91%
B = 40.56%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A15EAE (or 0xA15EAE) is known color: Violet Blue. HEX triplet: A1, 5E and AE. RGB value is (161,94,174). Sum of RGB (Red+Green+Blue) = 161+94+174=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A15EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EAE is #5EA151. Grayscale: #7A7A7A. Windows color (decimal): -6201682 or 11427489. OLE color: 11427489.

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

Color convert

RGB 161 94 174 -
CMYK 0.07 0.46 0 0.32
HSL 290.25º 0.33% 0.53% -
HSV(B) 290.25º 0.46% 0.68% -
XYZ 26.34 18.64 42.25 -
YUV 123.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 161 94 174 0.07 0.46 0 0.32 290.25 0.33 0.53
Hex A1 5E AE 7 2E 0 20 122 21 35
Octal 241 136 256 7 56 0 40 442 41 65
Binary 10100001 1011110 10101110 111 101110 0 100000 100100010 100001 110101

Color Harmonies of #A15EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EAE

Black with #A15EAE

Text Example


Text Example

White with #A15EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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