Html Css Color HEX #A02083 Dark Purple

📋 copy color: '#A02083'

red 160 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #A02083

Tints of Dark Purple #A02083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

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

R = 49.54%
G = 9.91%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A02083 (or 0xA02083) is known color: Dark Purple. HEX triplet: A0, 20 and 83. RGB value is (160,32,131). Sum of RGB (Red+Green+Blue) = 160+32+131=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A02083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02083 is #5FDF7C. Grayscale: #515151. Windows color (decimal): -6283133 or 8593568. OLE color: 8593568.

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

Color convert

RGB 160 32 131 -
CMYK 0 0.80 0.18 0.37
HSL 313.59º 0.67% 0.38% -
HSV(B) 313.59º 0.8% 0.63% -
XYZ 19.11 10.15 22.42 -
YUV 81.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 160 32 131 0 0.80 0.18 0.37 313.59 0.67 0.38
Hex A0 20 83 0 50 12 25 13A 43 26
Octal 240 40 203 0 120 22 45 472 103 46
Binary 10100000 100000 10000011 0 1010000 10010 100101 100111010 1000011 100110

Color Harmonies of #A02083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02083

Black with #A02083

Text Example


Text Example

White with #A02083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02083; }

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

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

background-color css

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

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

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

border-color css

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

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

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