Html Css Color HEX #A02793 Dark Purple

📋 copy color: '#A02793'

red 160 ◦ green 39 ◦ blue 147

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

Shades of Dark Purple #A02793

Tints of Dark Purple #A02793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 46.24%
G = 11.27%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A02793 (or 0xA02793) is known color: Dark Purple. HEX triplet: A0, 27 and 93. RGB value is (160,39,147). Sum of RGB (Red+Green+Blue) = 160+39+147=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02793 is #5FD86C. Grayscale: #575757. Windows color (decimal): -6281325 or 9643936. OLE color: 9643936.

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

Color convert

RGB 160 39 147 -
CMYK 0 0.76 0.08 0.37
HSL 306.45º 0.61% 0.39% -
HSV(B) 306.45º 0.76% 0.63% -
XYZ 20.49 11.03 28.65 -
YUV 87.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 160 39 147 0 0.76 0.08 0.37 306.45 0.61 0.39
Hex A0 27 93 0 4C 8 25 132 3D 27
Octal 240 47 223 0 114 10 45 462 75 47
Binary 10100000 100111 10010011 0 1001100 1000 100101 100110010 111101 100111

Color Harmonies of #A02793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02793

Black with #A02793

Text Example


Text Example

White with #A02793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02793; }

 p { color: rgb(160,39,147); }

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

background-color css

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

 a { background-color: rgb(160,39,147); }

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

border-color css

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

 span { border-color: rgb(160,39,147); }

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