#A115B4

Color #A115B4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A115B4

Tints of Dark Violet #A115B4

Color information

#A115B4 (or 0xA115B4) is unknown color: approx Dark Violet. HEX triplet: A1, 15 and B4. RGB value is (161,21,180). Sum of RGB (Red+Green+Blue) = 161+21+180=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #A115B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115B4 is #5EEA4B. Grayscale: #505050. Windows color (decimal): -6220364 or 11802017. OLE color: 11802017.

HSL color Cylindrical-coordinate representation of color #A115B4: hue angle of 292.83º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A115B4 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16121180-
CMYK0.110.8800.29
HSL292.83º79.1%39.41%-
HSV(B)292.83º88.33%70.59%-
XYZ23.211.4144.16-
YUV80.99183.88185.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 21 (8.59% from 255) = 5.80%
BLUE value IS 180 (70.70% from 255) = 49.72%
R=44.48%
G=5.80%
B=49.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161211800.110.8800.29292.8379.139.41
HexA115B4B5801D1254f27
Octal241252641313003544511747
Binary101000011010110110100101110110000111011001001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A115B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A115B4; }

 p { color: rgb(161,21,180); }

 H1.HeaderClassName
 {
   color: #A115B4;
 }
 .AnyTagClassName
 {
   color: #A115B4;
 }
</style>
background-color css

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

 a { background-color: rgb(161,21,180); }

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

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

 span { border-color: rgb(161,21,180); }

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