Html Css Color HEX #A404BA Dark Violet

📋 copy color: '#A404BA'

red 164 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #A404BA

Tints of Dark Violet #A404BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 46.33%
G = 1.13%
B = 52.54%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A404BA (or 0xA404BA) is known color: Dark Violet. HEX triplet: A4, 04 and BA. RGB value is (164,4,186). Sum of RGB (Red+Green+Blue) = 164+4+186=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #A404BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404BA is #5BFB45. Grayscale: #484848. Windows color (decimal): -6028102 or 12190884. OLE color: 12190884.

HSL color Cylindrical-coordinate representation of color #A404BA: hue angle of 292.75º 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 #A404BA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 4 186 -
CMYK 0.12 0.98 0 0.27
HSL 292.75º 0.96% 0.37% -
HSV(B) 292.75º 0.98% 0.73% -
XYZ 24.22 11.52 47.4 -
YUV 72.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 164 4 186 0.12 0.98 0 0.27 292.75 0.96 0.37
Hex A4 4 BA C 62 0 1B 125 60 25
Octal 244 4 272 14 142 0 33 445 140 45
Binary 10100100 100 10111010 1100 1100010 0 11011 100100101 1100000 100101

Color Harmonies of #A404BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404BA

Black with #A404BA

Text Example


Text Example

White with #A404BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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