Html Css Color HEX #A2178B Dark Purple

📋 copy color: '#A2178B'

red 162 ◦ green 23 ◦ blue 139

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

Shades of Dark Purple #A2178B

Tints of Dark Purple #A2178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 50%
G = 7.1%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2178B (or 0xA2178B) is known color: Dark Purple. HEX triplet: A2, 17 and 8B. RGB value is (162,23,139). Sum of RGB (Red+Green+Blue) = 162+23+139=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2178B is #5DE874. Grayscale: #4D4D4D. Windows color (decimal): -6154357 or 9115554. OLE color: 9115554.

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

Color convert

RGB 162 23 139 -
CMYK 0 0.86 0.14 0.36
HSL 309.93º 0.75% 0.36% -
HSV(B) 309.93º 0.86% 0.64% -
XYZ 19.87 10.16 25.34 -
YUV 77.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 162 23 139 0 0.86 0.14 0.36 309.93 0.75 0.36
Hex A2 17 8B 0 56 E 24 136 4B 24
Octal 242 27 213 0 126 16 44 466 113 44
Binary 10100010 10111 10001011 0 1010110 1110 100100 100110110 1001011 100100

Color Harmonies of #A2178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2178B

Black with #A2178B

Text Example


Text Example

White with #A2178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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