Html Css Color HEX #A404B5 Dark Violet

📋 copy color: '#A404B5'

red 164 ◦ green 4 ◦ blue 181

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

Shades of Dark Violet #A404B5

Tints of Dark Violet #A404B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 51.86%

R = 46.99%
G = 1.15%
B = 51.86%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A404B5 (or 0xA404B5) is known color: Dark Violet. HEX triplet: A4, 04 and B5. RGB value is (164,4,181). Sum of RGB (Red+Green+Blue) = 164+4+181=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #A404B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404B5 is #5BFB4A. Grayscale: #474747. Windows color (decimal): -6028107 or 11863204. OLE color: 11863204.

HSL color Cylindrical-coordinate representation of color #A404B5: hue angle of 294.24º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404B5 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 4 181 -
CMYK 0.09 0.98 0 0.29
HSL 294.24º 0.96% 0.36% -
HSV(B) 294.24º 0.98% 0.71% -
XYZ 23.69 11.32 44.65 -
YUV 72.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 164 4 181 0.09 0.98 0 0.29 294.24 0.96 0.36
Hex A4 4 B5 9 62 0 1D 126 60 24
Octal 244 4 265 11 142 0 35 446 140 44
Binary 10100100 100 10110101 1001 1100010 0 11101 100100110 1100000 100100

Color Harmonies of #A404B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404B5

Black with #A404B5

Text Example


Text Example

White with #A404B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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