Html Css Color HEX #A02483 Dark Purple

📋 copy color: '#A02483'

red 160 ◦ green 36 ◦ blue 131

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

Shades of Dark Purple #A02483

Tints of Dark Purple #A02483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 48.93%
G = 11.01%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A02483 (or 0xA02483) is known color: Dark Purple. HEX triplet: A0, 24 and 83. RGB value is (160,36,131). Sum of RGB (Red+Green+Blue) = 160+36+131=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A02483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02483 is #5FDB7C. Grayscale: #535353. Windows color (decimal): -6282109 or 8594592. OLE color: 8594592.

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

Color convert

RGB 160 36 131 -
CMYK 0 0.78 0.18 0.37
HSL 314.03º 0.63% 0.38% -
HSV(B) 314.03º 0.78% 0.63% -
XYZ 19.22 10.37 22.46 -
YUV 83.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 160 36 131 0 0.78 0.18 0.37 314.03 0.63 0.38
Hex A0 24 83 0 4E 12 25 13A 3F 26
Octal 240 44 203 0 116 22 45 472 77 46
Binary 10100000 100100 10000011 0 1001110 10010 100101 100111010 111111 100110

Color Harmonies of #A02483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02483

Black with #A02483

Text Example


Text Example

White with #A02483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02483; }

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

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

background-color css

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

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

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

border-color css

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

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

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