Html Css Color HEX #A21C92 Dark Purple

📋 copy color: '#A21C92'

red 162 ◦ green 28 ◦ blue 146

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

Shades of Dark Purple #A21C92

Tints of Dark Purple #A21C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 48.21%
G = 8.33%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21C92 (or 0xA21C92) is known color: Dark Purple. HEX triplet: A2, 1C and 92. RGB value is (162,28,146). Sum of RGB (Red+Green+Blue) = 162+28+146=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21C92 is #5DE36D. Grayscale: #515151. Windows color (decimal): -6153070 or 9575586. OLE color: 9575586.

HSL color Cylindrical-coordinate representation of color #A21C92: hue angle of 307.16º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C92 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 28 146 -
CMYK 0 0.83 0.10 0.36
HSL 307.16º 0.71% 0.37% -
HSV(B) 307.16º 0.83% 0.64% -
XYZ 20.5 10.59 28.16 -
YUV 81.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 162 28 146 0 0.83 0.10 0.36 307.16 0.71 0.37
Hex A2 1C 92 0 53 A 24 133 47 25
Octal 242 34 222 0 123 12 44 463 107 45
Binary 10100010 11100 10010010 0 1010011 1010 100100 100110011 1000111 100101

Color Harmonies of #A21C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C92

Black with #A21C92

Text Example


Text Example

White with #A21C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C92; }

 p { color: rgb(162,28,146); }

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

background-color css

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

 a { background-color: rgb(162,28,146); }

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

border-color css

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

 span { border-color: rgb(162,28,146); }

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