Html Css Color HEX #A111CA Dark Violet

📋 copy color: '#A111CA'

red 161 ◦ green 17 ◦ blue 202

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

Shades of Dark Violet #A111CA

Tints of Dark Violet #A111CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.47%

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 42.37%
G = 4.47%
B = 53.16%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A111CA (or 0xA111CA) is known color: Dark Violet. HEX triplet: A1, 11 and CA. RGB value is (161,17,202). Sum of RGB (Red+Green+Blue) = 161+17+202=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #A111CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111CA is #5EEE35. Grayscale: #505050. Windows color (decimal): -6221366 or 13242785. OLE color: 13242785.

HSL color Cylindrical-coordinate representation of color #A111CA: hue angle of 286.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A111CA is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 17 202 -
CMYK 0.20 0.92 0 0.21
HSL 286.7º 0.84% 0.43% -
HSV(B) 286.7º 0.92% 0.79% -
XYZ 25.56 12.24 56.89 -
YUV 81.15 196.21 184.96 -
System Red Green Blue C M Y K H S L
Decimal 161 17 202 0.20 0.92 0 0.21 286.7 0.84 0.43
Hex A1 11 CA 14 5C 0 15 11F 54 2B
Octal 241 21 312 24 134 0 25 437 124 53
Binary 10100001 10001 11001010 10100 1011100 0 10101 100011111 1010100 101011

Color Harmonies of #A111CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A111CA

Black with #A111CA

Text Example


Text Example

White with #A111CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A111CA; }

 p { color: rgb(161,17,202); }

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

background-color css

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

 a { background-color: rgb(161,17,202); }

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

border-color css

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

 span { border-color: rgb(161,17,202); }

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