Html Css Color HEX #A02983 Dark Purple

📋 copy color: '#A02983'

red 160 ◦ green 41 ◦ blue 131

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

Shades of Dark Purple #A02983

Tints of Dark Purple #A02983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 48.19%
G = 12.35%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A02983 (or 0xA02983) is known color: Dark Purple. HEX triplet: A0, 29 and 83. RGB value is (160,41,131). Sum of RGB (Red+Green+Blue) = 160+41+131=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A02983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02983 is #5FD67C. Grayscale: #565656. Windows color (decimal): -6280829 or 8595872. OLE color: 8595872.

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

Color convert

RGB 160 41 131 -
CMYK 0 0.74 0.18 0.37
HSL 314.62º 0.59% 0.39% -
HSV(B) 314.62º 0.74% 0.63% -
XYZ 19.39 10.7 22.52 -
YUV 86.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 160 41 131 0 0.74 0.18 0.37 314.62 0.59 0.39
Hex A0 29 83 0 4A 12 25 13B 3B 27
Octal 240 51 203 0 112 22 45 473 73 47
Binary 10100000 101001 10000011 0 1001010 10010 100101 100111011 111011 100111

Color Harmonies of #A02983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02983

Black with #A02983

Text Example


Text Example

White with #A02983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02983; }

 p { color: rgb(160,41,131); }

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

background-color css

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

 a { background-color: rgb(160,41,131); }

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

border-color css

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

 span { border-color: rgb(160,41,131); }

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