Html Css Color HEX #A2178A Dark Purple

📋 copy color: '#A2178A'

red 162 ◦ green 23 ◦ blue 138

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

Shades of Dark Purple #A2178A

Tints of Dark Purple #A2178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 50.15%
G = 7.12%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2178A (or 0xA2178A) is known color: Dark Purple. HEX triplet: A2, 17 and 8A. RGB value is (162,23,138). Sum of RGB (Red+Green+Blue) = 162+23+138=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2178A is #5DE875. Grayscale: #4D4D4D. Windows color (decimal): -6154358 or 9050018. OLE color: 9050018.

HSL color Cylindrical-coordinate representation of color #A2178A: hue angle of 310.36º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2178A is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 138 -
CMYK 0 0.86 0.15 0.36
HSL 310.36º 0.75% 0.36% -
HSV(B) 310.36º 0.86% 0.64% -
XYZ 19.79 10.13 24.96 -
YUV 77.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 162 23 138 0 0.86 0.15 0.36 310.36 0.75 0.36
Hex A2 17 8A 0 56 F 24 136 4B 24
Octal 242 27 212 0 126 17 44 466 113 44
Binary 10100010 10111 10001010 0 1010110 1111 100100 100110110 1001011 100100

Color Harmonies of #A2178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2178A

Black with #A2178A

Text Example


Text Example

White with #A2178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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