Html Css Color HEX #A404BD Dark Violet

📋 copy color: '#A404BD'

red 164 ◦ green 4 ◦ blue 189

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

Shades of Dark Violet #A404BD

Tints of Dark Violet #A404BD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 45.94%
G = 1.12%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A404BD (or 0xA404BD) is known color: Dark Violet. HEX triplet: A4, 04 and BD. RGB value is (164,4,189). Sum of RGB (Red+Green+Blue) = 164+4+189=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #A404BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404BD is #5BFB42. Grayscale: #484848. Windows color (decimal): -6028099 or 12387492. OLE color: 12387492.

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

Color convert

RGB 164 4 189 -
CMYK 0.13 0.98 0 0.26
HSL 291.89º 0.96% 0.38% -
HSV(B) 291.89º 0.98% 0.74% -
XYZ 24.54 11.65 49.1 -
YUV 72.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 164 4 189 0.13 0.98 0 0.26 291.89 0.96 0.38
Hex A4 4 BD D 62 0 1A 124 60 26
Octal 244 4 275 15 142 0 32 444 140 46
Binary 10100100 100 10111101 1101 1100010 0 11010 100100100 1100000 100110

Color Harmonies of #A404BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404BD

Black with #A404BD

Text Example


Text Example

White with #A404BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404BD; }

 p { color: rgb(164,4,189); }

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

background-color css

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

 a { background-color: rgb(164,4,189); }

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

border-color css

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

 span { border-color: rgb(164,4,189); }

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