Html Css Color HEX #A404BB Dark Violet

📋 copy color: '#A404BB'

red 164 ◦ green 4 ◦ blue 187

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

Shades of Dark Violet #A404BB

Tints of Dark Violet #A404BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 46.2%
G = 1.13%
B = 52.68%

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

#A404BB (or 0xA404BB) is known color: Dark Violet. HEX triplet: A4, 04 and BB. RGB value is (164,4,187). Sum of RGB (Red+Green+Blue) = 164+4+187=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #A404BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404BB is #5BFB44. Grayscale: #484848. Windows color (decimal): -6028101 or 12256420. OLE color: 12256420.

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

Color convert

RGB 164 4 187 -
CMYK 0.12 0.98 0 0.27
HSL 292.46º 0.96% 0.37% -
HSV(B) 292.46º 0.98% 0.73% -
XYZ 24.32 11.57 47.96 -
YUV 72.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 164 4 187 0.12 0.98 0 0.27 292.46 0.96 0.37
Hex A4 4 BB C 62 0 1B 124 60 25
Octal 244 4 273 14 142 0 33 444 140 45
Binary 10100100 100 10111011 1100 1100010 0 11011 100100100 1100000 100101

Color Harmonies of #A404BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404BB

Black with #A404BB

Text Example


Text Example

White with #A404BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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