Html Css Color HEX #A408D6 Dark Violet

📋 copy color: '#A408D6'

red 164 ◦ green 8 ◦ blue 214

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

Shades of Dark Violet #A408D6

Tints of Dark Violet #A408D6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

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

R = 42.49%
G = 2.07%
B = 55.44%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A408D6 (or 0xA408D6) is known color: Dark Violet. HEX triplet: A4, 08 and D6. RGB value is (164,8,214). Sum of RGB (Red+Green+Blue) = 164+8+214=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #A408D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408D6 is #5BF729. Grayscale: #4D4D4D. Windows color (decimal): -6027050 or 14026916. OLE color: 14026916.

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

Color convert

RGB 164 8 214 -
CMYK 0.23 0.96 0 0.16
HSL 285.44º 0.93% 0.44% -
HSV(B) 285.44º 0.96% 0.84% -
XYZ 27.53 12.92 64.66 -
YUV 78.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 164 8 214 0.23 0.96 0 0.16 285.44 0.93 0.44
Hex A4 8 D6 17 60 0 10 11D 5D 2C
Octal 244 10 326 27 140 0 20 435 135 54
Binary 10100100 1000 11010110 10111 1100000 0 10000 100011101 1011101 101100

Color Harmonies of #A408D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A408D6

Black with #A408D6

Text Example


Text Example

White with #A408D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A408D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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