Html Css Color HEX #A613C0 Dark Violet

📋 copy color: '#A613C0'

red 166 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #A613C0

Tints of Dark Violet #A613C0

RGB

 RED value IS 166 (65.23% from 255) = 44.03%

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 44.03%
G = 5.04%
B = 50.93%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A613C0 (or 0xA613C0) is known color: Dark Violet. HEX triplet: A6, 13 and C0. RGB value is (166,19,192). Sum of RGB (Red+Green+Blue) = 166+19+192=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #A613C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613C0 is #59EC3F. Grayscale: #525252. Windows color (decimal): -5893184 or 12587942. OLE color: 12587942.

HSL color Cylindrical-coordinate representation of color #A613C0: hue angle of 290.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A613C0 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 19 192 -
CMYK 0.14 0.90 0 0.25
HSL 290.98º 0.82% 0.41% -
HSV(B) 290.98º 0.9% 0.75% -
XYZ 25.47 12.38 50.92 -
YUV 82.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 166 19 192 0.14 0.90 0 0.25 290.98 0.82 0.41
Hex A6 13 C0 E 5A 0 19 123 52 29
Octal 246 23 300 16 132 0 31 443 122 51
Binary 10100110 10011 11000000 1110 1011010 0 11001 100100011 1010010 101001

Color Harmonies of #A613C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613C0

Black with #A613C0

Text Example


Text Example

White with #A613C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613C0; }

 p { color: rgb(166,19,192); }

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

background-color css

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

 a { background-color: rgb(166,19,192); }

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

border-color css

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

 span { border-color: rgb(166,19,192); }

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