Html Css Color HEX #A21283 Dark Purple

📋 copy color: '#A21283'

red 162 ◦ green 18 ◦ blue 131

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

Shades of Dark Purple #A21283

Tints of Dark Purple #A21283

RGB

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

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

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

R = 52.09%
G = 5.79%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A21283 (or 0xA21283) is known color: Dark Purple. HEX triplet: A2, 12 and 83. RGB value is (162,18,131). Sum of RGB (Red+Green+Blue) = 162+18+131=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A21283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21283 is #5DED7C. Grayscale: #494949. Windows color (decimal): -6155645 or 8589986. OLE color: 8589986.

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

Color convert

RGB 162 18 131 -
CMYK 0 0.89 0.19 0.36
HSL 312.92º 0.8% 0.35% -
HSV(B) 312.92º 0.89% 0.64% -
XYZ 19.21 9.75 22.34 -
YUV 73.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 162 18 131 0 0.89 0.19 0.36 312.92 0.8 0.35
Hex A2 12 83 0 59 13 24 139 50 23
Octal 242 22 203 0 131 23 44 471 120 43
Binary 10100010 10010 10000011 0 1011001 10011 100100 100111001 1010000 100011

Color Harmonies of #A21283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21283

Black with #A21283

Text Example


Text Example

White with #A21283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21283; }

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

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

background-color css

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

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

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

border-color css

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

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

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