Html Css Color HEX #A600D3 Dark Violet

📋 copy color: '#A600D3'

red 166 ◦ green 0 ◦ blue 211

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

Shades of Dark Violet #A600D3

Tints of Dark Violet #A600D3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 211 (82.81% from 255) = 55.97%

R = 44.03%
G = 0%
B = 55.97%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A600D3 (or 0xA600D3) is known color: Dark Violet. HEX triplet: A6, 00 and D3. RGB value is (166,0,211). Sum of RGB (Red+Green+Blue) = 166+0+211=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #A600D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600D3 is #59FF2C. Grayscale: #494949. Windows color (decimal): -5898029 or 13828262. OLE color: 13828262.

HSL color Cylindrical-coordinate representation of color #A600D3: hue angle of 287.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600D3 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 0 211 -
CMYK 0.21 1 0 0.17
HSL 287.2º 1% 0.41% -
HSV(B) 287.2º 1% 0.83% -
XYZ 27.48 12.81 62.65 -
YUV 73.69 205.5 193.84 -
System Red Green Blue C M Y K H S L
Decimal 166 0 211 0.21 1 0 0.17 287.2 1 0.41
Hex A6 0 D3 15 64 0 11 11F 64 29
Octal 246 0 323 25 144 0 21 437 144 51
Binary 10100110 0 11010011 10101 1100100 0 10001 100011111 1100100 101001

Color Harmonies of #A600D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600D3

Black with #A600D3

Text Example


Text Example

White with #A600D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600D3; }

 p { color: rgb(166,0,211); }

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

background-color css

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

 a { background-color: rgb(166,0,211); }

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

border-color css

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

 span { border-color: rgb(166,0,211); }

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