Html Css Color HEX #A15693 Violet Blue

📋 copy color: '#A15693'

red 161 ◦ green 86 ◦ blue 147

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

Shades of Violet Blue #A15693

Tints of Violet Blue #A15693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.83%

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 40.86%
G = 21.83%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A15693 (or 0xA15693) is known color: Violet Blue. HEX triplet: A1, 56 and 93. RGB value is (161,86,147). Sum of RGB (Red+Green+Blue) = 161+86+147=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A15693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15693 is #5EA96C. Grayscale: #737373. Windows color (decimal): -6203757 or 9655969. OLE color: 9655969.

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

Color convert

RGB 161 86 147 -
CMYK 0 0.47 0.09 0.37
HSL 311.2º 0.3% 0.48% -
HSV(B) 311.2º 0.47% 0.63% -
XYZ 23.29 16.34 29.53 -
YUV 115.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 161 86 147 0 0.47 0.09 0.37 311.2 0.3 0.48
Hex A1 56 93 0 2F 9 25 137 1E 30
Octal 241 126 223 0 57 11 45 467 36 60
Binary 10100001 1010110 10010011 0 101111 1001 100101 100110111 11110 110000

Color Harmonies of #A15693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15693

Black with #A15693

Text Example


Text Example

White with #A15693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15693; }

 p { color: rgb(161,86,147); }

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

background-color css

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

 a { background-color: rgb(161,86,147); }

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

border-color css

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

 span { border-color: rgb(161,86,147); }

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