Html Css Color HEX #A02F8B Medium Red Violet

📋 copy color: '#A02F8B'

red 160 ◦ green 47 ◦ blue 139

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

Shades of Medium Red Violet #A02F8B

Tints of Medium Red Violet #A02F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 46.24%
G = 13.58%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A02F8B (or 0xA02F8B) is known color: Medium Red Violet. HEX triplet: A0, 2F and 8B. RGB value is (160,47,139). Sum of RGB (Red+Green+Blue) = 160+47+139=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02F8B is #5FD074. Grayscale: #5B5B5B. Windows color (decimal): -6279285 or 9121696. OLE color: 9121696.

HSL color Cylindrical-coordinate representation of color #A02F8B: hue angle of 311.15º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A02F8B is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 47 139 -
CMYK 0 0.71 0.13 0.37
HSL 311.15º 0.55% 0.41% -
HSV(B) 311.15º 0.71% 0.63% -
XYZ 20.17 11.37 25.56 -
YUV 91.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 160 47 139 0 0.71 0.13 0.37 311.15 0.55 0.41
Hex A0 2F 8B 0 47 D 25 137 37 29
Octal 240 57 213 0 107 15 45 467 67 51
Binary 10100000 101111 10001011 0 1000111 1101 100101 100110111 110111 101001

Color Harmonies of #A02F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02F8B

Black with #A02F8B

Text Example


Text Example

White with #A02F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02F8B; }

 p { color: rgb(160,47,139); }

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

background-color css

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

 a { background-color: rgb(160,47,139); }

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

border-color css

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

 span { border-color: rgb(160,47,139); }

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