Html Css Color HEX #A601D7 Dark Violet

📋 copy color: '#A601D7'

red 166 ◦ green 1 ◦ blue 215

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

Shades of Dark Violet #A601D7

Tints of Dark Violet #A601D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.28%

R = 43.46%
G = 0.26%
B = 56.28%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A601D7 (or 0xA601D7) is known color: Dark Violet. HEX triplet: A6, 01 and D7. RGB value is (166,1,215). Sum of RGB (Red+Green+Blue) = 166+1+215=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #A601D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601D7 is #59FE28. Grayscale: #4A4A4A. Windows color (decimal): -5897769 or 14090662. OLE color: 14090662.

HSL color Cylindrical-coordinate representation of color #A601D7: hue angle of 286.26º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601D7 is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 1 215 -
CMYK 0.23 1.00 0 0.16
HSL 286.26º 0.99% 0.42% -
HSV(B) 286.26º 1% 0.84% -
XYZ 28 13.04 65.33 -
YUV 74.73 207.16 193.1 -
System Red Green Blue C M Y K H S L
Decimal 166 1 215 0.23 1.00 0 0.16 286.26 0.99 0.42
Hex A6 1 D7 17 64 0 10 11E 63 2A
Octal 246 1 327 27 144 0 20 436 143 52
Binary 10100110 1 11010111 10111 1100100 0 10000 100011110 1100011 101010

Color Harmonies of #A601D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601D7

Black with #A601D7

Text Example


Text Example

White with #A601D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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