Html Css Color HEX #A405D9 Dark Violet

📋 copy color: '#A405D9'

red 164 ◦ green 5 ◦ blue 217

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

Shades of Dark Violet #A405D9

Tints of Dark Violet #A405D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 56.22%

R = 42.49%
G = 1.3%
B = 56.22%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A405D9 (or 0xA405D9) is known color: Dark Violet. HEX triplet: A4, 05 and D9. RGB value is (164,5,217). Sum of RGB (Red+Green+Blue) = 164+5+217=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #A405D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405D9 is #5BFA26. Grayscale: #4C4C4C. Windows color (decimal): -6027815 or 14222756. OLE color: 14222756.

HSL color Cylindrical-coordinate representation of color #A405D9: hue angle of 285º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A405D9 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 5 217 -
CMYK 0.24 0.98 0 0.15
HSL 285º 0.95% 0.44% -
HSV(B) 285º 0.98% 0.85% -
XYZ 27.89 13.01 66.69 -
YUV 76.71 207.18 190.26 -
System Red Green Blue C M Y K H S L
Decimal 164 5 217 0.24 0.98 0 0.15 285 0.95 0.44
Hex A4 5 D9 18 62 0 F 11D 5F 2C
Octal 244 5 331 30 142 0 17 435 137 54
Binary 10100100 101 11011001 11000 1100010 0 1111 100011101 1011111 101100

Color Harmonies of #A405D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405D9

Black with #A405D9

Text Example


Text Example

White with #A405D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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