Html Css Color HEX #A15EA9 Violet Blue

📋 copy color: '#A15EA9'

red 161 ◦ green 94 ◦ blue 169

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

Shades of Violet Blue #A15EA9

Tints of Violet Blue #A15EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 37.97%
G = 22.17%
B = 39.86%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A15EA9 (or 0xA15EA9) is known color: Violet Blue. HEX triplet: A1, 5E and A9. RGB value is (161,94,169). Sum of RGB (Red+Green+Blue) = 161+94+169=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 169 - color contains mainly: blue. Hex color #A15EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EA9 is #5EA156. Grayscale: #7A7A7A. Windows color (decimal): -6201687 or 11099809. OLE color: 11099809.

HSL color Cylindrical-coordinate representation of color #A15EA9: hue angle of 293.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15EA9 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 94 169 -
CMYK 0.05 0.44 0 0.34
HSL 293.6º 0.3% 0.52% -
HSV(B) 293.6º 0.44% 0.66% -
XYZ 25.86 18.45 39.73 -
YUV 122.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 161 94 169 0.05 0.44 0 0.34 293.6 0.3 0.52
Hex A1 5E A9 5 2C 0 22 126 1E 34
Octal 241 136 251 5 54 0 42 446 36 64
Binary 10100001 1011110 10101001 101 101100 0 100010 100100110 11110 110100

Color Harmonies of #A15EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EA9

Black with #A15EA9

Text Example


Text Example

White with #A15EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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