Html Css Color HEX #A405DD Dark Violet

📋 copy color: '#A405DD'

red 164 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #A405DD

Tints of Dark Violet #A405DD

RGB

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

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

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

R = 42.05%
G = 1.28%
B = 56.67%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A405DD (or 0xA405DD) is known color: Dark Violet. HEX triplet: A4, 05 and DD. RGB value is (164,5,221). Sum of RGB (Red+Green+Blue) = 164+5+221=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #A405DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405DD is #5BFA22. Grayscale: #4C4C4C. Windows color (decimal): -6027811 or 14484900. OLE color: 14484900.

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

Color convert

RGB 164 5 221 -
CMYK 0.26 0.98 0 0.13
HSL 284.17º 0.96% 0.44% -
HSV(B) 284.17º 0.98% 0.87% -
XYZ 28.42 13.22 69.46 -
YUV 77.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 164 5 221 0.26 0.98 0 0.13 284.17 0.96 0.44
Hex A4 5 DD 1A 62 0 D 11C 60 2C
Octal 244 5 335 32 142 0 15 434 140 54
Binary 10100100 101 11011101 11010 1100010 0 1101 100011100 1100000 101100

Color Harmonies of #A405DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405DD

Black with #A405DD

Text Example


Text Example

White with #A405DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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