Html Css Color HEX #A15DAA Violet Blue

📋 copy color: '#A15DAA'

red 161 ◦ green 93 ◦ blue 170

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

Shades of Violet Blue #A15DAA

Tints of Violet Blue #A15DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 37.97%
G = 21.93%
B = 40.09%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A15DAA (or 0xA15DAA) is known color: Violet Blue. HEX triplet: A1, 5D and AA. RGB value is (161,93,170). Sum of RGB (Red+Green+Blue) = 161+93+170=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A15DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAA is #5EA255. Grayscale: #797979. Windows color (decimal): -6201942 or 11165089. OLE color: 11165089.

HSL color Cylindrical-coordinate representation of color #A15DAA: hue angle of 292.99º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15DAA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 93 170 -
CMYK 0.05 0.45 0 0.33
HSL 292.99º 0.31% 0.52% -
HSV(B) 292.99º 0.45% 0.67% -
XYZ 25.87 18.31 40.2 -
YUV 122.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 161 93 170 0.05 0.45 0 0.33 292.99 0.31 0.52
Hex A1 5D AA 5 2D 0 21 125 1F 34
Octal 241 135 252 5 55 0 41 445 37 64
Binary 10100001 1011101 10101010 101 101101 0 100001 100100101 11111 110100

Color Harmonies of #A15DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DAA

Black with #A15DAA

Text Example


Text Example

White with #A15DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DAA; }

 p { color: rgb(161,93,170); }

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

background-color css

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

 a { background-color: rgb(161,93,170); }

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

border-color css

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

 span { border-color: rgb(161,93,170); }

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