Html Css Color HEX #A41084 Dark Purple

📋 copy color: '#A41084'

red 164 ◦ green 16 ◦ blue 132

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

Shades of Dark Purple #A41084

Tints of Dark Purple #A41084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 52.56%
G = 5.13%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A41084 (or 0xA41084) is known color: Dark Purple. HEX triplet: A4, 10 and 84. RGB value is (164,16,132). Sum of RGB (Red+Green+Blue) = 164+16+132=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A41084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41084 is #5BEF7B. Grayscale: #494949. Windows color (decimal): -6025084 or 8655012. OLE color: 8655012.

HSL color Cylindrical-coordinate representation of color #A41084: hue angle of 312.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41084 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 132 -
CMYK 0 0.90 0.20 0.36
HSL 312.97º 0.82% 0.35% -
HSV(B) 312.97º 0.9% 0.64% -
XYZ 19.66 9.93 22.71 -
YUV 73.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 164 16 132 0 0.90 0.20 0.36 312.97 0.82 0.35
Hex A4 10 84 0 5A 14 24 139 52 23
Octal 244 20 204 0 132 24 44 471 122 43
Binary 10100100 10000 10000100 0 1011010 10100 100100 100111001 1010010 100011

Color Harmonies of #A41084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41084

Black with #A41084

Text Example


Text Example

White with #A41084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41084; }

 p { color: rgb(164,16,132); }

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

background-color css

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

 a { background-color: rgb(164,16,132); }

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

border-color css

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

 span { border-color: rgb(164,16,132); }

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