Html Css Color HEX #A41183 Dark Purple

📋 copy color: '#A41183'

red 164 ◦ green 17 ◦ blue 131

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

Shades of Dark Purple #A41183

Tints of Dark Purple #A41183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 131 (51.56% from 255) = 41.99%

R = 52.56%
G = 5.45%
B = 41.99%

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

#A41183 (or 0xA41183) is known color: Dark Purple. HEX triplet: A4, 11 and 83. RGB value is (164,17,131). Sum of RGB (Red+Green+Blue) = 164+17+131=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A41183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41183 is #5BEE7C. Grayscale: #494949. Windows color (decimal): -6024829 or 8589732. OLE color: 8589732.

HSL color Cylindrical-coordinate representation of color #A41183: hue angle of 313.47º degrees, saturation: 0.81, 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 #A41183 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 131 -
CMYK 0 0.90 0.20 0.36
HSL 313.47º 0.81% 0.35% -
HSV(B) 313.47º 0.9% 0.64% -
XYZ 19.61 9.93 22.36 -
YUV 73.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 164 17 131 0 0.90 0.20 0.36 313.47 0.81 0.35
Hex A4 11 83 0 5A 14 24 139 51 23
Octal 244 21 203 0 132 24 44 471 121 43
Binary 10100100 10001 10000011 0 1011010 10100 100100 100111001 1010001 100011

Color Harmonies of #A41183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41183

Black with #A41183

Text Example


Text Example

White with #A41183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41183; }

 p { color: rgb(164,17,131); }

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

background-color css

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

 a { background-color: rgb(164,17,131); }

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

border-color css

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

 span { border-color: rgb(164,17,131); }

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