Html Css Color HEX #A02B8D Dark Purple

📋 copy color: '#A02B8D'

red 160 ◦ green 43 ◦ blue 141

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

Shades of Dark Purple #A02B8D

Tints of Dark Purple #A02B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.5%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 46.51%
G = 12.5%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A02B8D (or 0xA02B8D) is known color: Dark Purple. HEX triplet: A0, 2B and 8D. RGB value is (160,43,141). Sum of RGB (Red+Green+Blue) = 160+43+141=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B8D is #5FD472. Grayscale: #585858. Windows color (decimal): -6280307 or 9251744. OLE color: 9251744.

HSL color Cylindrical-coordinate representation of color #A02B8D: hue angle of 309.74º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B8D is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 141 -
CMYK 0 0.73 0.12 0.37
HSL 309.74º 0.58% 0.4% -
HSV(B) 309.74º 0.73% 0.63% -
XYZ 20.17 11.12 26.28 -
YUV 89.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 160 43 141 0 0.73 0.12 0.37 309.74 0.58 0.4
Hex A0 2B 8D 0 49 C 25 136 3A 28
Octal 240 53 215 0 111 14 45 466 72 50
Binary 10100000 101011 10001101 0 1001001 1100 100101 100110110 111010 101000

Color Harmonies of #A02B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B8D

Black with #A02B8D

Text Example


Text Example

White with #A02B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B8D; }

 p { color: rgb(160,43,141); }

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

background-color css

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

 a { background-color: rgb(160,43,141); }

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

border-color css

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

 span { border-color: rgb(160,43,141); }

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