Html Css Color HEX #A114C1 Dark Violet

📋 copy color: '#A114C1'

red 161 ◦ green 20 ◦ blue 193

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

Shades of Dark Violet #A114C1

Tints of Dark Violet #A114C1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

 BLUE value IS 193 (75.78% from 255) = 51.6%

R = 43.05%
G = 5.35%
B = 51.6%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A114C1 (or 0xA114C1) is known color: Dark Violet. HEX triplet: A1, 14 and C1. RGB value is (161,20,193). Sum of RGB (Red+Green+Blue) = 161+20+193=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #A114C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114C1 is #5EEB3E. Grayscale: #515151. Windows color (decimal): -6220607 or 12653729. OLE color: 12653729.

HSL color Cylindrical-coordinate representation of color #A114C1: hue angle of 288.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A114C1 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 20 193 -
CMYK 0.17 0.90 0 0.24
HSL 288.9º 0.81% 0.42% -
HSV(B) 288.9º 0.9% 0.76% -
XYZ 24.57 11.93 51.46 -
YUV 81.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 161 20 193 0.17 0.90 0 0.24 288.9 0.81 0.42
Hex A1 14 C1 11 5A 0 18 121 51 2A
Octal 241 24 301 21 132 0 30 441 121 52
Binary 10100001 10100 11000001 10001 1011010 0 11000 100100001 1010001 101010

Color Harmonies of #A114C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A114C1

Black with #A114C1

Text Example


Text Example

White with #A114C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A114C1; }

 p { color: rgb(161,20,193); }

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

background-color css

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

 a { background-color: rgb(161,20,193); }

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

border-color css

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

 span { border-color: rgb(161,20,193); }

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