Html Css Color HEX #A02E7B Medium Red Violet

📋 copy color: '#A02E7B'

red 160 ◦ green 46 ◦ blue 123

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

Shades of Medium Red Violet #A02E7B

Tints of Medium Red Violet #A02E7B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 48.63%
G = 13.98%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A02E7B (or 0xA02E7B) is known color: Medium Red Violet. HEX triplet: A0, 2E and 7B. RGB value is (160,46,123). Sum of RGB (Red+Green+Blue) = 160+46+123=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02E7B is #5FD184. Grayscale: #585858. Windows color (decimal): -6279557 or 8072864. OLE color: 8072864.

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

Color convert

RGB 160 46 123 -
CMYK 0 0.71 0.23 0.37
HSL 319.47º 0.55% 0.4% -
HSV(B) 319.47º 0.71% 0.63% -
XYZ 19.05 10.86 19.83 -
YUV 88.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 160 46 123 0 0.71 0.23 0.37 319.47 0.55 0.4
Hex A0 2E 7B 0 47 17 25 13F 37 28
Octal 240 56 173 0 107 27 45 477 67 50
Binary 10100000 101110 1111011 0 1000111 10111 100101 100111111 110111 101000

Color Harmonies of #A02E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E7B

Black with #A02E7B

Text Example


Text Example

White with #A02E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E7B; }

 p { color: rgb(160,46,123); }

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

background-color css

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

 a { background-color: rgb(160,46,123); }

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

border-color css

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

 span { border-color: rgb(160,46,123); }

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