Html Css Color HEX #A41283 Dark Purple

📋 copy color: '#A41283'

red 164 ◦ green 18 ◦ blue 131

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

Shades of Dark Purple #A41283

Tints of Dark Purple #A41283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

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

R = 52.4%
G = 5.75%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A41283 (or 0xA41283) is known color: Dark Purple. HEX triplet: A4, 12 and 83. RGB value is (164,18,131). Sum of RGB (Red+Green+Blue) = 164+18+131=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A41283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41283 is #5BED7C. Grayscale: #4A4A4A. Windows color (decimal): -6024573 or 8589988. OLE color: 8589988.

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

Color convert

RGB 164 18 131 -
CMYK 0 0.89 0.20 0.36
HSL 313.56º 0.8% 0.36% -
HSV(B) 313.56º 0.89% 0.64% -
XYZ 19.62 9.96 22.36 -
YUV 74.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 164 18 131 0 0.89 0.20 0.36 313.56 0.8 0.36
Hex A4 12 83 0 59 14 24 13A 50 24
Octal 244 22 203 0 131 24 44 472 120 44
Binary 10100100 10010 10000011 0 1011001 10100 100100 100111010 1010000 100100

Color Harmonies of #A41283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41283

Black with #A41283

Text Example


Text Example

White with #A41283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41283; }

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

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

background-color css

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

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

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

border-color css

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

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

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