Html Css Color HEX #A610CE Dark Violet

📋 copy color: '#A610CE'

red 166 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #A610CE

Tints of Dark Violet #A610CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 42.78%
G = 4.12%
B = 53.09%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A610CE (or 0xA610CE) is known color: Dark Violet. HEX triplet: A6, 10 and CE. RGB value is (166,16,206). Sum of RGB (Red+Green+Blue) = 166+16+206=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A610CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610CE is #59EF31. Grayscale: #515151. Windows color (decimal): -5893938 or 13504678. OLE color: 13504678.

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

Color convert

RGB 166 16 206 -
CMYK 0.19 0.92 0 0.19
HSL 287.37º 0.86% 0.44% -
HSV(B) 287.37º 0.92% 0.81% -
XYZ 27.05 12.93 59.46 -
YUV 82.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 166 16 206 0.19 0.92 0 0.19 287.37 0.86 0.44
Hex A6 10 CE 13 5C 0 13 11F 56 2C
Octal 246 20 316 23 134 0 23 437 126 54
Binary 10100110 10000 11001110 10011 1011100 0 10011 100011111 1010110 101100

Color Harmonies of #A610CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610CE

Black with #A610CE

Text Example


Text Example

White with #A610CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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