Html Css Color HEX #A3168A Dark Purple

📋 copy color: '#A3168A'

red 163 ◦ green 22 ◦ blue 138

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

Shades of Dark Purple #A3168A

Tints of Dark Purple #A3168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 50.46%
G = 6.81%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3168A (or 0xA3168A) is known color: Dark Purple. HEX triplet: A3, 16 and 8A. RGB value is (163,22,138). Sum of RGB (Red+Green+Blue) = 163+22+138=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3168A is #5CE975. Grayscale: #4D4D4D. Windows color (decimal): -6089078 or 9049763. OLE color: 9049763.

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

Color convert

RGB 163 22 138 -
CMYK 0 0.87 0.15 0.36
HSL 310.64º 0.76% 0.36% -
HSV(B) 310.64º 0.87% 0.64% -
XYZ 19.98 10.2 24.96 -
YUV 77.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 163 22 138 0 0.87 0.15 0.36 310.64 0.76 0.36
Hex A3 16 8A 0 57 F 24 137 4C 24
Octal 243 26 212 0 127 17 44 467 114 44
Binary 10100011 10110 10001010 0 1010111 1111 100100 100110111 1001100 100100

Color Harmonies of #A3168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3168A

Black with #A3168A

Text Example


Text Example

White with #A3168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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