Html Css Color HEX #A401D3 Dark Violet

📋 copy color: '#A401D3'

red 164 ◦ green 1 ◦ blue 211

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

Shades of Dark Violet #A401D3

Tints of Dark Violet #A401D3

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

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

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

R = 43.62%
G = 0.27%
B = 56.12%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A401D3 (or 0xA401D3) is known color: Dark Violet. HEX triplet: A4, 01 and D3. RGB value is (164,1,211). Sum of RGB (Red+Green+Blue) = 164+1+211=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #A401D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401D3 is #5BFE2C. Grayscale: #494949. Windows color (decimal): -6028845 or 13828516. OLE color: 13828516.

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

Color convert

RGB 164 1 211 -
CMYK 0.22 1.00 0 0.17
HSL 286.57º 0.99% 0.42% -
HSV(B) 286.57º 1% 0.83% -
XYZ 27.08 12.62 62.64 -
YUV 73.68 205.5 192.42 -
System Red Green Blue C M Y K H S L
Decimal 164 1 211 0.22 1.00 0 0.17 286.57 0.99 0.42
Hex A4 1 D3 16 64 0 11 11F 63 2A
Octal 244 1 323 26 144 0 21 437 143 52
Binary 10100100 1 11010011 10110 1100100 0 10001 100011111 1100011 101010

Color Harmonies of #A401D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401D3

Black with #A401D3

Text Example


Text Example

White with #A401D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401D3; }

 p { color: rgb(164,1,211); }

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

background-color css

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

 a { background-color: rgb(164,1,211); }

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

border-color css

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

 span { border-color: rgb(164,1,211); }

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