Html Css Color HEX #A600DF Dark Violet

📋 copy color: '#A600DF'

red 166 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #A600DF

Tints of Dark Violet #A600DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 42.67%
G = 0%
B = 57.33%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A600DF (or 0xA600DF) is known color: Dark Violet. HEX triplet: A6, 00 and DF. RGB value is (166,0,223). Sum of RGB (Red+Green+Blue) = 166+0+223=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #A600DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600DF is #59FF20. Grayscale: #4A4A4A. Windows color (decimal): -5898017 or 14614694. OLE color: 14614694.

HSL color Cylindrical-coordinate representation of color #A600DF: hue angle of 284.66º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600DF is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 0 223 -
CMYK 0.26 1 0 0.13
HSL 284.66º 1% 0.44% -
HSV(B) 284.66º 1% 0.87% -
XYZ 29.05 13.43 70.87 -
YUV 75.06 211.5 192.87 -
System Red Green Blue C M Y K H S L
Decimal 166 0 223 0.26 1 0 0.13 284.66 1 0.44
Hex A6 0 DF 1A 64 0 D 11D 64 2C
Octal 246 0 337 32 144 0 15 435 144 54
Binary 10100110 0 11011111 11010 1100100 0 1101 100011101 1100100 101100

Color Harmonies of #A600DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600DF

Black with #A600DF

Text Example


Text Example

White with #A600DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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