Html Css Color HEX #A2217A Dark Purple

📋 copy color: '#A2217A'

red 162 ◦ green 33 ◦ blue 122

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

Shades of Dark Purple #A2217A

Tints of Dark Purple #A2217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 51.1%
G = 10.41%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2217A (or 0xA2217A) is known color: Dark Purple. HEX triplet: A2, 21 and 7A. RGB value is (162,33,122). Sum of RGB (Red+Green+Blue) = 162+33+122=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2217A is #5DDE85. Grayscale: #515151. Windows color (decimal): -6151814 or 8004002. OLE color: 8004002.

HSL color Cylindrical-coordinate representation of color #A2217A: hue angle of 318.6º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2217A is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 33 122 -
CMYK 0 0.80 0.25 0.36
HSL 318.6º 0.66% 0.38% -
HSV(B) 318.6º 0.8% 0.64% -
XYZ 18.96 10.17 19.38 -
YUV 81.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 162 33 122 0 0.80 0.25 0.36 318.6 0.66 0.38
Hex A2 21 7A 0 50 19 24 13F 42 26
Octal 242 41 172 0 120 31 44 477 102 46
Binary 10100010 100001 1111010 0 1010000 11001 100100 100111111 1000010 100110

Color Harmonies of #A2217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2217A

Black with #A2217A

Text Example


Text Example

White with #A2217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2217A; }

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

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

background-color css

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

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

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

border-color css

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

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

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