Html Css Color HEX #A21C8A Dark Purple

📋 copy color: '#A21C8A'

red 162 ◦ green 28 ◦ blue 138

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

Shades of Dark Purple #A21C8A

Tints of Dark Purple #A21C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 49.39%
G = 8.54%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A21C8A (or 0xA21C8A) is known color: Dark Purple. HEX triplet: A2, 1C and 8A. RGB value is (162,28,138). Sum of RGB (Red+Green+Blue) = 162+28+138=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21C8A is #5DE375. Grayscale: #505050. Windows color (decimal): -6153078 or 9051298. OLE color: 9051298.

HSL color Cylindrical-coordinate representation of color #A21C8A: hue angle of 310.75º 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 #A21C8A is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 28 138 -
CMYK 0 0.83 0.15 0.36
HSL 310.75º 0.71% 0.37% -
HSV(B) 310.75º 0.83% 0.64% -
XYZ 19.9 10.35 24.99 -
YUV 80.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 162 28 138 0 0.83 0.15 0.36 310.75 0.71 0.37
Hex A2 1C 8A 0 53 F 24 137 47 25
Octal 242 34 212 0 123 17 44 467 107 45
Binary 10100010 11100 10001010 0 1010011 1111 100100 100110111 1000111 100101

Color Harmonies of #A21C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C8A

Black with #A21C8A

Text Example


Text Example

White with #A21C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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