Html Css Color HEX #A408DD Dark Violet

📋 copy color: '#A408DD'

red 164 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #A408DD

Tints of Dark Violet #A408DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 41.73%
G = 2.04%
B = 56.23%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A408DD (or 0xA408DD) is known color: Dark Violet. HEX triplet: A4, 08 and DD. RGB value is (164,8,221). Sum of RGB (Red+Green+Blue) = 164+8+221=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #A408DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408DD is #5BF722. Grayscale: #4E4E4E. Windows color (decimal): -6027043 or 14485668. OLE color: 14485668.

HSL color Cylindrical-coordinate representation of color #A408DD: hue angle of 283.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408DD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 8 221 -
CMYK 0.26 0.96 0 0.13
HSL 283.94º 0.93% 0.45% -
HSV(B) 283.94º 0.96% 0.87% -
XYZ 28.45 13.29 69.47 -
YUV 78.93 208.18 188.68 -
System Red Green Blue C M Y K H S L
Decimal 164 8 221 0.26 0.96 0 0.13 283.94 0.93 0.45
Hex A4 8 DD 1A 60 0 D 11C 5D 2D
Octal 244 10 335 32 140 0 15 434 135 55
Binary 10100100 1000 11011101 11010 1100000 0 1101 100011100 1011101 101101

Color Harmonies of #A408DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A408DD

Black with #A408DD

Text Example


Text Example

White with #A408DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A408DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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