Html Css Color HEX #A1518E Violet Blue

📋 copy color: '#A1518E'

red 161 ◦ green 81 ◦ blue 142

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

Shades of Violet Blue #A1518E

Tints of Violet Blue #A1518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 41.93%
G = 21.09%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1518E (or 0xA1518E) is known color: Violet Blue. HEX triplet: A1, 51 and 8E. RGB value is (161,81,142). Sum of RGB (Red+Green+Blue) = 161+81+142=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1518E is #5EAE71. Grayscale: #6F6F6F. Windows color (decimal): -6205042 or 9327009. OLE color: 9327009.

HSL color Cylindrical-coordinate representation of color #A1518E: hue angle of 314.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1518E is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 142 -
CMYK 0 0.50 0.12 0.37
HSL 314.25º 0.33% 0.47% -
HSV(B) 314.25º 0.5% 0.63% -
XYZ 22.52 15.41 27.38 -
YUV 111.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 161 81 142 0 0.50 0.12 0.37 314.25 0.33 0.47
Hex A1 51 8E 0 32 C 25 13A 21 2F
Octal 241 121 216 0 62 14 45 472 41 57
Binary 10100001 1010001 10001110 0 110010 1100 100101 100111010 100001 101111

Color Harmonies of #A1518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1518E

Black with #A1518E

Text Example


Text Example

White with #A1518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1518E; }

 p { color: rgb(161,81,142); }

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

background-color css

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

 a { background-color: rgb(161,81,142); }

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

border-color css

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

 span { border-color: rgb(161,81,142); }

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