Html Css Color HEX #A0167D Dark Purple

📋 copy color: '#A0167D'

red 160 ◦ green 22 ◦ blue 125

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

Shades of Dark Purple #A0167D

Tints of Dark Purple #A0167D

RGB

 RED value IS 160 (62.89% from 255) = 52.12%

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

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 52.12%
G = 7.17%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0167D (or 0xA0167D) is known color: Dark Purple. HEX triplet: A0, 16 and 7D. RGB value is (160,22,125). Sum of RGB (Red+Green+Blue) = 160+22+125=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0167D is #5FE982. Grayscale: #4A4A4A. Windows color (decimal): -6285699 or 8197792. OLE color: 8197792.

HSL color Cylindrical-coordinate representation of color #A0167D: hue angle of 315.22º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0167D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 125 -
CMYK 0 0.86 0.22 0.37
HSL 315.22º 0.76% 0.36% -
HSV(B) 315.22º 0.86% 0.63% -
XYZ 18.49 9.53 20.27 -
YUV 75 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 160 22 125 0 0.86 0.22 0.37 315.22 0.76 0.36
Hex A0 16 7D 0 56 16 25 13B 4C 24
Octal 240 26 175 0 126 26 45 473 114 44
Binary 10100000 10110 1111101 0 1010110 10110 100101 100111011 1001100 100100

Color Harmonies of #A0167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0167D

Black with #A0167D

Text Example


Text Example

White with #A0167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0167D; }

 p { color: rgb(160,22,125); }

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

background-color css

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

 a { background-color: rgb(160,22,125); }

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

border-color css

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

 span { border-color: rgb(160,22,125); }

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