Html Css Color HEX #A41B91 Dark Purple

📋 copy color: '#A41B91'

red 164 ◦ green 27 ◦ blue 145

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

Shades of Dark Purple #A41B91

Tints of Dark Purple #A41B91

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.04%

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 48.81%
G = 8.04%
B = 43.15%

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

#A41B91 (or 0xA41B91) is known color: Dark Purple. HEX triplet: A4, 1B and 91. RGB value is (164,27,145). Sum of RGB (Red+Green+Blue) = 164+27+145=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41B91 is #5BE46E. Grayscale: #515151. Windows color (decimal): -6022255 or 9509796. OLE color: 9509796.

HSL color Cylindrical-coordinate representation of color #A41B91: hue angle of 308.32º degrees, saturation: 0.72, 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 #A41B91 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 27 145 -
CMYK 0 0.84 0.12 0.36
HSL 308.32º 0.72% 0.37% -
HSV(B) 308.32º 0.84% 0.64% -
XYZ 20.81 10.72 27.76 -
YUV 81.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 164 27 145 0 0.84 0.12 0.36 308.32 0.72 0.37
Hex A4 1B 91 0 54 C 24 134 48 25
Octal 244 33 221 0 124 14 44 464 110 45
Binary 10100100 11011 10010001 0 1010100 1100 100100 100110100 1001000 100101

Color Harmonies of #A41B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B91

Black with #A41B91

Text Example


Text Example

White with #A41B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B91; }

 p { color: rgb(164,27,145); }

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

background-color css

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

 a { background-color: rgb(164,27,145); }

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

border-color css

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

 span { border-color: rgb(164,27,145); }

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