Html Css Color HEX #A23274 Medium Red Violet

📋 copy color: '#A23274'

red 162 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #A23274

Tints of Medium Red Violet #A23274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 49.39%
G = 15.24%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A23274 (or 0xA23274) is known color: Medium Red Violet. HEX triplet: A2, 32 and 74. RGB value is (162,50,116). Sum of RGB (Red+Green+Blue) = 162+50+116=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23274 is #5DCD8B. Grayscale: #5A5A5A. Windows color (decimal): -6147468 or 7615138. OLE color: 7615138.

HSL color Cylindrical-coordinate representation of color #A23274: hue angle of 324.64º 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 #A23274 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 116 -
CMYK 0 0.69 0.28 0.36
HSL 324.64º 0.53% 0.42% -
HSV(B) 324.64º 0.69% 0.64% -
XYZ 19.19 11.22 17.68 -
YUV 91.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 162 50 116 0 0.69 0.28 0.36 324.64 0.53 0.42
Hex A2 32 74 0 45 1C 24 145 35 2A
Octal 242 62 164 0 105 34 44 505 65 52
Binary 10100010 110010 1110100 0 1000101 11100 100100 101000101 110101 101010

Color Harmonies of #A23274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23274

Black with #A23274

Text Example


Text Example

White with #A23274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23274; }

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

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

background-color css

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

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

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

border-color css

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

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

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