Html Css Color HEX #A404B9 Dark Violet

📋 copy color: '#A404B9'

red 164 ◦ green 4 ◦ blue 185

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

Shades of Dark Violet #A404B9

Tints of Dark Violet #A404B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.41%

R = 46.46%
G = 1.13%
B = 52.41%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A404B9 (or 0xA404B9) is known color: Dark Violet. HEX triplet: A4, 04 and B9. RGB value is (164,4,185). Sum of RGB (Red+Green+Blue) = 164+4+185=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #A404B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404B9 is #5BFB46. Grayscale: #474747. Windows color (decimal): -6028103 or 12125348. OLE color: 12125348.

HSL color Cylindrical-coordinate representation of color #A404B9: hue angle of 293.04º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404B9 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 4 185 -
CMYK 0.11 0.98 0 0.27
HSL 293.04º 0.96% 0.37% -
HSV(B) 293.04º 0.98% 0.73% -
XYZ 24.11 11.48 46.84 -
YUV 72.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 164 4 185 0.11 0.98 0 0.27 293.04 0.96 0.37
Hex A4 4 B9 B 62 0 1B 125 60 25
Octal 244 4 271 13 142 0 33 445 140 45
Binary 10100100 100 10111001 1011 1100010 0 11011 100100101 1100000 100101

Color Harmonies of #A404B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404B9

Black with #A404B9

Text Example


Text Example

White with #A404B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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