Html Css Color HEX #A610BF Dark Violet

📋 copy color: '#A610BF'

red 166 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #A610BF

Tints of Dark Violet #A610BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 44.5%
G = 4.29%
B = 51.21%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A610BF (or 0xA610BF) is known color: Dark Violet. HEX triplet: A6, 10 and BF. RGB value is (166,16,191). Sum of RGB (Red+Green+Blue) = 166+16+191=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #A610BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610BF is #59EF40. Grayscale: #505050. Windows color (decimal): -5893953 or 12521638. OLE color: 12521638.

HSL color Cylindrical-coordinate representation of color #A610BF: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610BF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 16 191 -
CMYK 0.13 0.92 0 0.25
HSL 291.43º 0.85% 0.41% -
HSV(B) 291.43º 0.92% 0.75% -
XYZ 25.32 12.24 50.32 -
YUV 80.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 166 16 191 0.13 0.92 0 0.25 291.43 0.85 0.41
Hex A6 10 BF D 5C 0 19 123 55 29
Octal 246 20 277 15 134 0 31 443 125 51
Binary 10100110 10000 10111111 1101 1011100 0 11001 100100011 1010101 101001

Color Harmonies of #A610BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610BF

Black with #A610BF

Text Example


Text Example

White with #A610BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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