Html Css Color HEX #A613BA Dark Violet

📋 copy color: '#A613BA'

red 166 ◦ green 19 ◦ blue 186

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

Shades of Dark Violet #A613BA

Tints of Dark Violet #A613BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 44.74%
G = 5.12%
B = 50.13%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A613BA (or 0xA613BA) is known color: Dark Violet. HEX triplet: A6, 13 and BA. RGB value is (166,19,186). Sum of RGB (Red+Green+Blue) = 166+19+186=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A613BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613BA is #59EC45. Grayscale: #515151. Windows color (decimal): -5893190 or 12194726. OLE color: 12194726.

HSL color Cylindrical-coordinate representation of color #A613BA: hue angle of 292.81º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A613BA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 19 186 -
CMYK 0.11 0.90 0 0.27
HSL 292.81º 0.81% 0.4% -
HSV(B) 292.81º 0.9% 0.73% -
XYZ 24.82 12.12 47.49 -
YUV 81.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 166 19 186 0.11 0.90 0 0.27 292.81 0.81 0.4
Hex A6 13 BA B 5A 0 1B 125 51 28
Octal 246 23 272 13 132 0 33 445 121 50
Binary 10100110 10011 10111010 1011 1011010 0 11011 100100101 1010001 101000

Color Harmonies of #A613BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613BA

Black with #A613BA

Text Example


Text Example

White with #A613BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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