Html Css Color HEX #A011CA Dark Violet

📋 copy color: '#A011CA'

red 160 ◦ green 17 ◦ blue 202

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

Shades of Dark Violet #A011CA

Tints of Dark Violet #A011CA

RGB

 RED value IS 160 (62.89% from 255) = 42.22%

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

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

R = 42.22%
G = 4.49%
B = 53.3%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A011CA (or 0xA011CA) is known color: Dark Violet. HEX triplet: A0, 11 and CA. RGB value is (160,17,202). Sum of RGB (Red+Green+Blue) = 160+17+202=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #A011CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011CA is #5FEE35. Grayscale: #505050. Windows color (decimal): -6286902 or 13242784. OLE color: 13242784.

HSL color Cylindrical-coordinate representation of color #A011CA: hue angle of 286.38º 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 #A011CA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 17 202 -
CMYK 0.21 0.92 0 0.21
HSL 286.38º 0.84% 0.43% -
HSV(B) 286.38º 0.92% 0.79% -
XYZ 25.36 12.14 56.88 -
YUV 80.85 196.38 184.46 -
System Red Green Blue C M Y K H S L
Decimal 160 17 202 0.21 0.92 0 0.21 286.38 0.84 0.43
Hex A0 11 CA 15 5C 0 15 11E 54 2B
Octal 240 21 312 25 134 0 25 436 124 53
Binary 10100000 10001 11001010 10101 1011100 0 10101 100011110 1010100 101011

Color Harmonies of #A011CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011CA

Black with #A011CA

Text Example


Text Example

White with #A011CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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