Html Css Color HEX #A405D6 Dark Violet

📋 copy color: '#A405D6'

red 164 ◦ green 5 ◦ blue 214

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

Shades of Dark Violet #A405D6

Tints of Dark Violet #A405D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.87%

R = 42.82%
G = 1.31%
B = 55.87%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A405D6 (or 0xA405D6) is known color: Dark Violet. HEX triplet: A4, 05 and D6. RGB value is (164,5,214). Sum of RGB (Red+Green+Blue) = 164+5+214=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #A405D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405D6 is #5BFA29. Grayscale: #4B4B4B. Windows color (decimal): -6027818 or 14026148. OLE color: 14026148.

HSL color Cylindrical-coordinate representation of color #A405D6: hue angle of 285.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A405D6 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 5 214 -
CMYK 0.23 0.98 0 0.16
HSL 285.65º 0.95% 0.43% -
HSV(B) 285.65º 0.98% 0.84% -
XYZ 27.5 12.86 64.65 -
YUV 76.37 205.68 190.51 -
System Red Green Blue C M Y K H S L
Decimal 164 5 214 0.23 0.98 0 0.16 285.65 0.95 0.43
Hex A4 5 D6 17 62 0 10 11E 5F 2B
Octal 244 5 326 27 142 0 20 436 137 53
Binary 10100100 101 11010110 10111 1100010 0 10000 100011110 1011111 101011

Color Harmonies of #A405D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405D6

Black with #A405D6

Text Example


Text Example

White with #A405D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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