Html Css Color HEX #A21C7A Dark Purple

📋 copy color: '#A21C7A'

red 162 ◦ green 28 ◦ blue 122

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

Shades of Dark Purple #A21C7A

Tints of Dark Purple #A21C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 51.92%
G = 8.97%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A21C7A (or 0xA21C7A) is known color: Dark Purple. HEX triplet: A2, 1C and 7A. RGB value is (162,28,122). Sum of RGB (Red+Green+Blue) = 162+28+122=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C7A is #5DE385. Grayscale: #4E4E4E. Windows color (decimal): -6153094 or 8002722. OLE color: 8002722.

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

Color convert

RGB 162 28 122 -
CMYK 0 0.83 0.25 0.36
HSL 317.91º 0.71% 0.37% -
HSV(B) 317.91º 0.83% 0.64% -
XYZ 18.83 9.92 19.33 -
YUV 78.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 162 28 122 0 0.83 0.25 0.36 317.91 0.71 0.37
Hex A2 1C 7A 0 53 19 24 13E 47 25
Octal 242 34 172 0 123 31 44 476 107 45
Binary 10100010 11100 1111010 0 1010011 11001 100100 100111110 1000111 100101

Color Harmonies of #A21C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C7A

Black with #A21C7A

Text Example


Text Example

White with #A21C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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