Html Css Color HEX #A41383 Dark Purple

📋 copy color: '#A41383'

red 164 ◦ green 19 ◦ blue 131

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

Shades of Dark Purple #A41383

Tints of Dark Purple #A41383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

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

R = 52.23%
G = 6.05%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A41383 (or 0xA41383) is known color: Dark Purple. HEX triplet: A4, 13 and 83. RGB value is (164,19,131). Sum of RGB (Red+Green+Blue) = 164+19+131=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A41383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41383 is #5BEC7C. Grayscale: #4A4A4A. Windows color (decimal): -6024317 or 8590244. OLE color: 8590244.

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

Color convert

RGB 164 19 131 -
CMYK 0 0.88 0.20 0.36
HSL 313.66º 0.79% 0.36% -
HSV(B) 313.66º 0.88% 0.64% -
XYZ 19.64 10 22.37 -
YUV 75.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 164 19 131 0 0.88 0.20 0.36 313.66 0.79 0.36
Hex A4 13 83 0 58 14 24 13A 4F 24
Octal 244 23 203 0 130 24 44 472 117 44
Binary 10100100 10011 10000011 0 1011000 10100 100100 100111010 1001111 100100

Color Harmonies of #A41383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41383

Black with #A41383

Text Example


Text Example

White with #A41383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41383; }

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

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

background-color css

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

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

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

border-color css

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

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

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