Html Css Color HEX #A2167B Dark Purple

📋 copy color: '#A2167B'

red 162 ◦ green 22 ◦ blue 123

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

Shades of Dark Purple #A2167B

Tints of Dark Purple #A2167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 52.77%
G = 7.17%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2167B (or 0xA2167B) is known color: Dark Purple. HEX triplet: A2, 16 and 7B. RGB value is (162,22,123). Sum of RGB (Red+Green+Blue) = 162+22+123=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2167B is #5DE984. Grayscale: #4B4B4B. Windows color (decimal): -6154629 or 8066722. OLE color: 8066722.

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

Color convert

RGB 162 22 123 -
CMYK 0 0.86 0.24 0.36
HSL 316.71º 0.76% 0.36% -
HSV(B) 316.71º 0.86% 0.64% -
XYZ 18.76 9.69 19.62 -
YUV 75.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 162 22 123 0 0.86 0.24 0.36 316.71 0.76 0.36
Hex A2 16 7B 0 56 18 24 13D 4C 24
Octal 242 26 173 0 126 30 44 475 114 44
Binary 10100010 10110 1111011 0 1010110 11000 100100 100111101 1001100 100100

Color Harmonies of #A2167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2167B

Black with #A2167B

Text Example


Text Example

White with #A2167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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