Html Css Color HEX #A3167E Dark Purple

📋 copy color: '#A3167E'

red 163 ◦ green 22 ◦ blue 126

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

Shades of Dark Purple #A3167E

Tints of Dark Purple #A3167E

RGB

 RED value IS 163 (64.06% from 255) = 52.41%

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 52.41%
G = 7.07%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3167E (or 0xA3167E) is known color: Dark Purple. HEX triplet: A3, 16 and 7E. RGB value is (163,22,126). Sum of RGB (Red+Green+Blue) = 163+22+126=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3167E is #5CE981. Grayscale: #4B4B4B. Windows color (decimal): -6089090 or 8263331. OLE color: 8263331.

HSL color Cylindrical-coordinate representation of color #A3167E: hue angle of 315.74º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3167E is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 22 126 -
CMYK 0 0.87 0.23 0.36
HSL 315.74º 0.76% 0.36% -
HSV(B) 315.74º 0.87% 0.64% -
XYZ 19.16 9.87 20.63 -
YUV 76.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 163 22 126 0 0.87 0.23 0.36 315.74 0.76 0.36
Hex A3 16 7E 0 57 17 24 13C 4C 24
Octal 243 26 176 0 127 27 44 474 114 44
Binary 10100011 10110 1111110 0 1010111 10111 100100 100111100 1001100 100100

Color Harmonies of #A3167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3167E

Black with #A3167E

Text Example


Text Example

White with #A3167E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3167E; }

 p { color: rgb(163,22,126); }

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

background-color css

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

 a { background-color: rgb(163,22,126); }

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

border-color css

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

 span { border-color: rgb(163,22,126); }

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