Html Css Color HEX #A21C7F Dark Purple

📋 copy color: '#A21C7F'

red 162 ◦ green 28 ◦ blue 127

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

Shades of Dark Purple #A21C7F

Tints of Dark Purple #A21C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 51.1%
G = 8.83%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A21C7F (or 0xA21C7F) is known color: Dark Purple. HEX triplet: A2, 1C and 7F. RGB value is (162,28,127). Sum of RGB (Red+Green+Blue) = 162+28+127=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C7F is #5DE380. Grayscale: #4F4F4F. Windows color (decimal): -6153089 or 8330402. OLE color: 8330402.

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

Color convert

RGB 162 28 127 -
CMYK 0 0.83 0.22 0.36
HSL 315.67º 0.71% 0.37% -
HSV(B) 315.67º 0.83% 0.64% -
XYZ 19.15 10.04 21.01 -
YUV 79.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 162 28 127 0 0.83 0.22 0.36 315.67 0.71 0.37
Hex A2 1C 7F 0 53 16 24 13C 47 25
Octal 242 34 177 0 123 26 44 474 107 45
Binary 10100010 11100 1111111 0 1010011 10110 100100 100111100 1000111 100101

Color Harmonies of #A21C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C7F

Black with #A21C7F

Text Example


Text Example

White with #A21C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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