Html Css Color HEX #A21783 Dark Purple

📋 copy color: '#A21783'

red 162 ◦ green 23 ◦ blue 131

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

Shades of Dark Purple #A21783

Tints of Dark Purple #A21783

RGB

 RED value IS 162 (63.67% from 255) = 51.27%

 GREEN value IS 23 (9.38% from 255) = 7.28%

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

R = 51.27%
G = 7.28%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A21783 (or 0xA21783) is known color: Dark Purple. HEX triplet: A2, 17 and 83. RGB value is (162,23,131). Sum of RGB (Red+Green+Blue) = 162+23+131=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A21783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21783 is #5DE87C. Grayscale: #4C4C4C. Windows color (decimal): -6154365 or 8591266. OLE color: 8591266.

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

Color convert

RGB 162 23 131 -
CMYK 0 0.86 0.19 0.36
HSL 313.38º 0.75% 0.36% -
HSV(B) 313.38º 0.86% 0.64% -
XYZ 19.3 9.93 22.37 -
YUV 76.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 162 23 131 0 0.86 0.19 0.36 313.38 0.75 0.36
Hex A2 17 83 0 56 13 24 139 4B 24
Octal 242 27 203 0 126 23 44 471 113 44
Binary 10100010 10111 10000011 0 1010110 10011 100100 100111001 1001011 100100

Color Harmonies of #A21783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21783

Black with #A21783

Text Example


Text Example

White with #A21783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21783; }

 p { color: rgb(162,23,131); }

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

background-color css

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

 a { background-color: rgb(162,23,131); }

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

border-color css

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

 span { border-color: rgb(162,23,131); }

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