Html Css Color HEX #A610D0 Dark Violet

📋 copy color: '#A610D0'

red 166 ◦ green 16 ◦ blue 208

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

Shades of Dark Violet #A610D0

Tints of Dark Violet #A610D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 42.56%
G = 4.1%
B = 53.33%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A610D0 (or 0xA610D0) is known color: Dark Violet. HEX triplet: A6, 10 and D0. RGB value is (166,16,208). Sum of RGB (Red+Green+Blue) = 166+16+208=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #A610D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610D0 is #59EF2F. Grayscale: #525252. Windows color (decimal): -5893936 or 13635750. OLE color: 13635750.

HSL color Cylindrical-coordinate representation of color #A610D0: hue angle of 286.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610D0 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 16 208 -
CMYK 0.20 0.92 0 0.18
HSL 286.88º 0.86% 0.44% -
HSV(B) 286.88º 0.92% 0.82% -
XYZ 27.3 13.03 60.75 -
YUV 82.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 166 16 208 0.20 0.92 0 0.18 286.88 0.86 0.44
Hex A6 10 D0 14 5C 0 12 11F 56 2C
Octal 246 20 320 24 134 0 22 437 126 54
Binary 10100110 10000 11010000 10100 1011100 0 10010 100011111 1010110 101100

Color Harmonies of #A610D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610D0

Black with #A610D0

Text Example


Text Example

White with #A610D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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