Html Css Color HEX #A02B8F Dark Purple

📋 copy color: '#A02B8F'

red 160 ◦ green 43 ◦ blue 143

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

Shades of Dark Purple #A02B8F

Tints of Dark Purple #A02B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.33%

R = 46.24%
G = 12.43%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A02B8F (or 0xA02B8F) is known color: Dark Purple. HEX triplet: A0, 2B and 8F. RGB value is (160,43,143). Sum of RGB (Red+Green+Blue) = 160+43+143=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B8F is #5FD470. Grayscale: #595959. Windows color (decimal): -6280305 or 9382816. OLE color: 9382816.

HSL color Cylindrical-coordinate representation of color #A02B8F: hue angle of 308.72º 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 #A02B8F is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 43 143 -
CMYK 0 0.73 0.11 0.37
HSL 308.72º 0.58% 0.4% -
HSV(B) 308.72º 0.73% 0.63% -
XYZ 20.32 11.18 27.07 -
YUV 89.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 160 43 143 0 0.73 0.11 0.37 308.72 0.58 0.4
Hex A0 2B 8F 0 49 B 25 135 3A 28
Octal 240 53 217 0 111 13 45 465 72 50
Binary 10100000 101011 10001111 0 1001001 1011 100101 100110101 111010 101000

Color Harmonies of #A02B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B8F

Black with #A02B8F

Text Example


Text Example

White with #A02B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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