Html Css Color HEX #A21A7A Dark Purple

📋 copy color: '#A21A7A'

red 162 ◦ green 26 ◦ blue 122

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

Shades of Dark Purple #A21A7A

Tints of Dark Purple #A21A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

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

R = 52.26%
G = 8.39%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A21A7A (or 0xA21A7A) is known color: Dark Purple. HEX triplet: A2, 1A and 7A. RGB value is (162,26,122). Sum of RGB (Red+Green+Blue) = 162+26+122=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A7A is #5DE585. Grayscale: #4D4D4D. Windows color (decimal): -6153606 or 8002210. OLE color: 8002210.

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

Color convert

RGB 162 26 122 -
CMYK 0 0.84 0.25 0.36
HSL 317.65º 0.72% 0.37% -
HSV(B) 317.65º 0.84% 0.64% -
XYZ 18.78 9.83 19.32 -
YUV 77.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 162 26 122 0 0.84 0.25 0.36 317.65 0.72 0.37
Hex A2 1A 7A 0 54 19 24 13E 48 25
Octal 242 32 172 0 124 31 44 476 110 45
Binary 10100010 11010 1111010 0 1010100 11001 100100 100111110 1001000 100101

Color Harmonies of #A21A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A7A

Black with #A21A7A

Text Example


Text Example

White with #A21A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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