Html Css Color HEX #A115C5 Dark Violet

📋 copy color: '#A115C5'

red 161 ◦ green 21 ◦ blue 197

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

Shades of Dark Violet #A115C5

Tints of Dark Violet #A115C5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.54%

 BLUE value IS 197 (77.34% from 255) = 51.98%

R = 42.48%
G = 5.54%
B = 51.98%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A115C5 (or 0xA115C5) is known color: Dark Violet. HEX triplet: A1, 15 and C5. RGB value is (161,21,197). Sum of RGB (Red+Green+Blue) = 161+21+197=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #A115C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115C5 is #5EEA3A. Grayscale: #525252. Windows color (decimal): -6220347 or 12916129. OLE color: 12916129.

HSL color Cylindrical-coordinate representation of color #A115C5: hue angle of 287.73º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A115C5 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 21 197 -
CMYK 0.18 0.89 0 0.23
HSL 287.73º 0.81% 0.43% -
HSV(B) 287.73º 0.89% 0.77% -
XYZ 25.04 12.14 53.85 -
YUV 82.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 161 21 197 0.18 0.89 0 0.23 287.73 0.81 0.43
Hex A1 15 C5 12 59 0 17 120 51 2B
Octal 241 25 305 22 131 0 27 440 121 53
Binary 10100001 10101 11000101 10010 1011001 0 10111 100100000 1010001 101011

Color Harmonies of #A115C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115C5

Black with #A115C5

Text Example


Text Example

White with #A115C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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