Html Css Color HEX #A610BA Dark Violet

📋 copy color: '#A610BA'

red 166 ◦ green 16 ◦ blue 186

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

Shades of Dark Violet #A610BA

Tints of Dark Violet #A610BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.35%

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

R = 45.11%
G = 4.35%
B = 50.54%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A610BA (or 0xA610BA) is known color: Dark Violet. HEX triplet: A6, 10 and BA. RGB value is (166,16,186). Sum of RGB (Red+Green+Blue) = 166+16+186=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #A610BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610BA is #59EF45. Grayscale: #4F4F4F. Windows color (decimal): -5893958 or 12193958. OLE color: 12193958.

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

Color convert

RGB 166 16 186 -
CMYK 0.11 0.91 0 0.27
HSL 292.94º 0.84% 0.4% -
HSV(B) 292.94º 0.91% 0.73% -
XYZ 24.77 12.02 47.47 -
YUV 80.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 166 16 186 0.11 0.91 0 0.27 292.94 0.84 0.4
Hex A6 10 BA B 5B 0 1B 125 54 28
Octal 246 20 272 13 133 0 33 445 124 50
Binary 10100110 10000 10111010 1011 1011011 0 11011 100100101 1010100 101000

Color Harmonies of #A610BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610BA

Black with #A610BA

Text Example


Text Example

White with #A610BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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