Html Css Color HEX #A15399 Violet Blue

📋 copy color: '#A15399'

red 161 ◦ green 83 ◦ blue 153

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

Shades of Violet Blue #A15399

Tints of Violet Blue #A15399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 40.55%
G = 20.91%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A15399 (or 0xA15399) is known color: Violet Blue. HEX triplet: A1, 53 and 99. RGB value is (161,83,153). Sum of RGB (Red+Green+Blue) = 161+83+153=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A15399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15399 is #5EAC66. Grayscale: #727272. Windows color (decimal): -6204519 or 10048417. OLE color: 10048417.

HSL color Cylindrical-coordinate representation of color #A15399: hue angle of 306.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15399 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 83 153 -
CMYK 0 0.48 0.05 0.37
HSL 306.15º 0.32% 0.48% -
HSV(B) 306.15º 0.48% 0.63% -
XYZ 23.54 16.06 32 -
YUV 114.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 161 83 153 0 0.48 0.05 0.37 306.15 0.32 0.48
Hex A1 53 99 0 30 5 25 132 20 30
Octal 241 123 231 0 60 5 45 462 40 60
Binary 10100001 1010011 10011001 0 110000 101 100101 100110010 100000 110000

Color Harmonies of #A15399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15399

Black with #A15399

Text Example


Text Example

White with #A15399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15399; }

 p { color: rgb(161,83,153); }

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

background-color css

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

 a { background-color: rgb(161,83,153); }

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

border-color css

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

 span { border-color: rgb(161,83,153); }

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