Html Css Color HEX #A604D1 Dark Violet

📋 copy color: '#A604D1'

red 166 ◦ green 4 ◦ blue 209

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

Shades of Dark Violet #A604D1

Tints of Dark Violet #A604D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 209 (82.03% from 255) = 55.15%

R = 43.8%
G = 1.06%
B = 55.15%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A604D1 (or 0xA604D1) is known color: Dark Violet. HEX triplet: A6, 04 and D1. RGB value is (166,4,209). Sum of RGB (Red+Green+Blue) = 166+4+209=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #A604D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604D1 is #59FB2E. Grayscale: #4B4B4B. Windows color (decimal): -5897007 or 13698214. OLE color: 13698214.

HSL color Cylindrical-coordinate representation of color #A604D1: hue angle of 287.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604D1 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 4 209 -
CMYK 0.21 0.98 0 0.18
HSL 287.41º 0.96% 0.42% -
HSV(B) 287.41º 0.98% 0.82% -
XYZ 27.28 12.8 61.35 -
YUV 75.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 166 4 209 0.21 0.98 0 0.18 287.41 0.96 0.42
Hex A6 4 D1 15 62 0 12 11F 60 2A
Octal 246 4 321 25 142 0 22 437 140 52
Binary 10100110 100 11010001 10101 1100010 0 10010 100011111 1100000 101010

Color Harmonies of #A604D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604D1

Black with #A604D1

Text Example


Text Example

White with #A604D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604D1; }

 p { color: rgb(166,4,209); }

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

background-color css

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

 a { background-color: rgb(166,4,209); }

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

border-color css

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

 span { border-color: rgb(166,4,209); }

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