Html Css Color HEX #A013C8 Dark Violet

📋 copy color: '#A013C8'

red 160 ◦ green 19 ◦ blue 200

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

Shades of Dark Violet #A013C8

Tints of Dark Violet #A013C8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

 BLUE value IS 200 (78.52% from 255) = 52.77%

R = 42.22%
G = 5.01%
B = 52.77%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A013C8 (or 0xA013C8) is known color: Dark Violet. HEX triplet: A0, 13 and C8. RGB value is (160,19,200). Sum of RGB (Red+Green+Blue) = 160+19+200=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #A013C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013C8 is #5FEC37. Grayscale: #515151. Windows color (decimal): -6286392 or 13112224. OLE color: 13112224.

HSL color Cylindrical-coordinate representation of color #A013C8: hue angle of 286.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A013C8 is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 19 200 -
CMYK 0.2 0.90 0 0.22
HSL 286.74º 0.83% 0.43% -
HSV(B) 286.74º 0.91% 0.78% -
XYZ 25.16 12.11 55.66 -
YUV 81.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 160 19 200 0.2 0.90 0 0.22 286.74 0.83 0.43
Hex A0 13 C8 14 5A 0 16 11F 53 2B
Octal 240 23 310 24 132 0 26 437 123 53
Binary 10100000 10011 11001000 10100 1011010 0 10110 100011111 1010011 101011

Color Harmonies of #A013C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A013C8

Black with #A013C8

Text Example


Text Example

White with #A013C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A013C8; }

 p { color: rgb(160,19,200); }

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

background-color css

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

 a { background-color: rgb(160,19,200); }

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

border-color css

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

 span { border-color: rgb(160,19,200); }

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