Html Css Color HEX #A405D1 Dark Violet

📋 copy color: '#A405D1'

red 164 ◦ green 5 ◦ blue 209

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

Shades of Dark Violet #A405D1

Tints of Dark Violet #A405D1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 43.39%
G = 1.32%
B = 55.29%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A405D1 (or 0xA405D1) is known color: Dark Violet. HEX triplet: A4, 05 and D1. RGB value is (164,5,209). Sum of RGB (Red+Green+Blue) = 164+5+209=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #A405D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405D1 is #5BFA2E. Grayscale: #4B4B4B. Windows color (decimal): -6027823 or 13698468. OLE color: 13698468.

HSL color Cylindrical-coordinate representation of color #A405D1: hue angle of 286.76º degrees, saturation: 0.95, 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 #A405D1 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 5 209 -
CMYK 0.22 0.98 0 0.18
HSL 286.76º 0.95% 0.42% -
HSV(B) 286.76º 0.98% 0.82% -
XYZ 26.87 12.6 61.34 -
YUV 75.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 164 5 209 0.22 0.98 0 0.18 286.76 0.95 0.42
Hex A4 5 D1 16 62 0 12 11F 5F 2A
Octal 244 5 321 26 142 0 22 437 137 52
Binary 10100100 101 11010001 10110 1100010 0 10010 100011111 1011111 101010

Color Harmonies of #A405D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405D1

Black with #A405D1

Text Example


Text Example

White with #A405D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405D1; }

 p { color: rgb(164,5,209); }

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

background-color css

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

 a { background-color: rgb(164,5,209); }

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

border-color css

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

 span { border-color: rgb(164,5,209); }

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