Html Css Color HEX #A41A90 Dark Purple

📋 copy color: '#A41A90'

red 164 ◦ green 26 ◦ blue 144

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

Shades of Dark Purple #A41A90

Tints of Dark Purple #A41A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 49.1%
G = 7.78%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A41A90 (or 0xA41A90) is known color: Dark Purple. HEX triplet: A4, 1A and 90. RGB value is (164,26,144). Sum of RGB (Red+Green+Blue) = 164+26+144=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41A90 is #5BE56F. Grayscale: #505050. Windows color (decimal): -6022512 or 9444004. OLE color: 9444004.

HSL color Cylindrical-coordinate representation of color #A41A90: hue angle of 308.7º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A90 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 144 -
CMYK 0 0.84 0.12 0.36
HSL 308.7º 0.73% 0.37% -
HSV(B) 308.7º 0.84% 0.64% -
XYZ 20.71 10.64 27.35 -
YUV 80.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 164 26 144 0 0.84 0.12 0.36 308.7 0.73 0.37
Hex A4 1A 90 0 54 C 24 135 49 25
Octal 244 32 220 0 124 14 44 465 111 45
Binary 10100100 11010 10010000 0 1010100 1100 100100 100110101 1001001 100101

Color Harmonies of #A41A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A90

Black with #A41A90

Text Example


Text Example

White with #A41A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A90; }

 p { color: rgb(164,26,144); }

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

background-color css

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

 a { background-color: rgb(164,26,144); }

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

border-color css

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

 span { border-color: rgb(164,26,144); }

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