Html Css Color HEX #A31A78 Dark Purple

📋 copy color: '#A31A78'

red 163 ◦ green 26 ◦ blue 120

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

Shades of Dark Purple #A31A78

Tints of Dark Purple #A31A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 52.75%
G = 8.41%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A31A78 (or 0xA31A78) is known color: Dark Purple. HEX triplet: A3, 1A and 78. RGB value is (163,26,120). Sum of RGB (Red+Green+Blue) = 163+26+120=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A78 is #5CE587. Grayscale: #4D4D4D. Windows color (decimal): -6088072 or 7871139. OLE color: 7871139.

HSL color Cylindrical-coordinate representation of color #A31A78: hue angle of 318.83º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31A78 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 26 120 -
CMYK 0 0.84 0.26 0.36
HSL 318.83º 0.72% 0.37% -
HSV(B) 318.83º 0.84% 0.64% -
XYZ 18.86 9.88 18.68 -
YUV 77.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 163 26 120 0 0.84 0.26 0.36 318.83 0.72 0.37
Hex A3 1A 78 0 54 1A 24 13F 48 25
Octal 243 32 170 0 124 32 44 477 110 45
Binary 10100011 11010 1111000 0 1010100 11010 100100 100111111 1001000 100101

Color Harmonies of #A31A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A78

Black with #A31A78

Text Example


Text Example

White with #A31A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A78; }

 p { color: rgb(163,26,120); }

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

background-color css

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

 a { background-color: rgb(163,26,120); }

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

border-color css

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

 span { border-color: rgb(163,26,120); }

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