Html Css Color HEX #A2168B Dark Purple

📋 copy color: '#A2168B'

red 162 ◦ green 22 ◦ blue 139

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

Shades of Dark Purple #A2168B

Tints of Dark Purple #A2168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

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

R = 50.15%
G = 6.81%
B = 43.03%

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

#A2168B (or 0xA2168B) is known color: Dark Purple. HEX triplet: A2, 16 and 8B. RGB value is (162,22,139). Sum of RGB (Red+Green+Blue) = 162+22+139=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2168B is #5DE974. Grayscale: #4C4C4C. Windows color (decimal): -6154613 or 9115298. OLE color: 9115298.

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

Color convert

RGB 162 22 139 -
CMYK 0 0.86 0.14 0.36
HSL 309.86º 0.76% 0.36% -
HSV(B) 309.86º 0.86% 0.64% -
XYZ 19.85 10.12 25.33 -
YUV 77.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 162 22 139 0 0.86 0.14 0.36 309.86 0.76 0.36
Hex A2 16 8B 0 56 E 24 136 4C 24
Octal 242 26 213 0 126 16 44 466 114 44
Binary 10100010 10110 10001011 0 1010110 1110 100100 100110110 1001100 100100

Color Harmonies of #A2168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2168B

Black with #A2168B

Text Example


Text Example

White with #A2168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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