Html Css Color HEX #A02B7B Medium Red Violet

📋 copy color: '#A02B7B'

red 160 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #A02B7B

Tints of Medium Red Violet #A02B7B

RGB

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

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

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

R = 49.08%
G = 13.19%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A02B7B (or 0xA02B7B) is known color: Medium Red Violet. HEX triplet: A0, 2B and 7B. RGB value is (160,43,123). Sum of RGB (Red+Green+Blue) = 160+43+123=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B7B is #5FD484. Grayscale: #565656. Windows color (decimal): -6280325 or 8072096. OLE color: 8072096.

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

Color convert

RGB 160 43 123 -
CMYK 0 0.73 0.23 0.37
HSL 318.97º 0.58% 0.4% -
HSV(B) 318.97º 0.73% 0.63% -
XYZ 18.94 10.63 19.79 -
YUV 87.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 160 43 123 0 0.73 0.23 0.37 318.97 0.58 0.4
Hex A0 2B 7B 0 49 17 25 13F 3A 28
Octal 240 53 173 0 111 27 45 477 72 50
Binary 10100000 101011 1111011 0 1001001 10111 100101 100111111 111010 101000

Color Harmonies of #A02B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B7B

Black with #A02B7B

Text Example


Text Example

White with #A02B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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