Html Css Color HEX #A23277 Medium Red Violet

📋 copy color: '#A23277'

red 162 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #A23277

Tints of Medium Red Violet #A23277

RGB

 RED value IS 162 (63.67% from 255) = 48.94%

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 48.94%
G = 15.11%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A23277 (or 0xA23277) is known color: Medium Red Violet. HEX triplet: A2, 32 and 77. RGB value is (162,50,119). Sum of RGB (Red+Green+Blue) = 162+50+119=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A23277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23277 is #5DCD88. Grayscale: #5B5B5B. Windows color (decimal): -6147465 or 7811746. OLE color: 7811746.

HSL color Cylindrical-coordinate representation of color #A23277: hue angle of 323.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23277 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 119 -
CMYK 0 0.69 0.27 0.36
HSL 323.04º 0.53% 0.42% -
HSV(B) 323.04º 0.69% 0.64% -
XYZ 19.37 11.29 18.61 -
YUV 91.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 162 50 119 0 0.69 0.27 0.36 323.04 0.53 0.42
Hex A2 32 77 0 45 1B 24 143 35 2A
Octal 242 62 167 0 105 33 44 503 65 52
Binary 10100010 110010 1110111 0 1000101 11011 100100 101000011 110101 101010

Color Harmonies of #A23277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23277

Black with #A23277

Text Example


Text Example

White with #A23277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23277; }

 p { color: rgb(162,50,119); }

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

background-color css

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

 a { background-color: rgb(162,50,119); }

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

border-color css

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

 span { border-color: rgb(162,50,119); }

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