Html Css Color HEX #A601DF Dark Violet

📋 copy color: '#A601DF'

red 166 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #A601DF

Tints of Dark Violet #A601DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 42.56%
G = 0.26%
B = 57.18%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A601DF (or 0xA601DF) is known color: Dark Violet. HEX triplet: A6, 01 and DF. RGB value is (166,1,223). Sum of RGB (Red+Green+Blue) = 166+1+223=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #A601DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601DF is #59FE20. Grayscale: #4A4A4A. Windows color (decimal): -5897761 or 14614950. OLE color: 14614950.

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

Color convert

RGB 166 1 223 -
CMYK 0.26 1.00 0 0.13
HSL 284.59º 0.99% 0.44% -
HSV(B) 284.59º 1% 0.87% -
XYZ 29.06 13.46 70.88 -
YUV 75.64 211.16 192.45 -
System Red Green Blue C M Y K H S L
Decimal 166 1 223 0.26 1.00 0 0.13 284.59 0.99 0.44
Hex A6 1 DF 1A 64 0 D 11D 63 2C
Octal 246 1 337 32 144 0 15 435 143 54
Binary 10100110 1 11011111 11010 1100100 0 1101 100011101 1100011 101100

Color Harmonies of #A601DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601DF

Black with #A601DF

Text Example


Text Example

White with #A601DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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