Html Css Color HEX #A0167B Dark Purple

📋 copy color: '#A0167B'

red 160 ◦ green 22 ◦ blue 123

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

Shades of Dark Purple #A0167B

Tints of Dark Purple #A0167B

RGB

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

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

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

R = 52.46%
G = 7.21%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0167B (or 0xA0167B) is known color: Dark Purple. HEX triplet: A0, 16 and 7B. RGB value is (160,22,123). Sum of RGB (Red+Green+Blue) = 160+22+123=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0167B is #5FE984. Grayscale: #4A4A4A. Windows color (decimal): -6285701 or 8066720. OLE color: 8066720.

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

Color convert

RGB 160 22 123 -
CMYK 0 0.86 0.23 0.37
HSL 316.09º 0.76% 0.36% -
HSV(B) 316.09º 0.86% 0.63% -
XYZ 18.36 9.48 19.6 -
YUV 74.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 160 22 123 0 0.86 0.23 0.37 316.09 0.76 0.36
Hex A0 16 7B 0 56 17 25 13C 4C 24
Octal 240 26 173 0 126 27 45 474 114 44
Binary 10100000 10110 1111011 0 1010110 10111 100101 100111100 1001100 100100

Color Harmonies of #A0167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0167B

Black with #A0167B

Text Example


Text Example

White with #A0167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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