Html Css Color HEX #A610D8 Dark Violet

📋 copy color: '#A610D8'

red 166 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #A610D8

Tints of Dark Violet #A610D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 41.71%
G = 4.02%
B = 54.27%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A610D8 (or 0xA610D8) is known color: Dark Violet. HEX triplet: A6, 10 and D8. RGB value is (166,16,216). Sum of RGB (Red+Green+Blue) = 166+16+216=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #A610D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610D8 is #59EF27. Grayscale: #535353. Windows color (decimal): -5893928 or 14160038. OLE color: 14160038.

HSL color Cylindrical-coordinate representation of color #A610D8: hue angle of 285º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A610D8 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 16 216 -
CMYK 0.23 0.93 0 0.15
HSL 285º 0.86% 0.45% -
HSV(B) 285º 0.93% 0.85% -
XYZ 28.31 13.44 66.07 -
YUV 83.65 202.7 186.74 -
System Red Green Blue C M Y K H S L
Decimal 166 16 216 0.23 0.93 0 0.15 285 0.86 0.45
Hex A6 10 D8 17 5D 0 F 11D 56 2D
Octal 246 20 330 27 135 0 17 435 126 55
Binary 10100110 10000 11011000 10111 1011101 0 1111 100011101 1010110 101101

Color Harmonies of #A610D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610D8

Black with #A610D8

Text Example


Text Example

White with #A610D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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