Html Css Color HEX #A23278 Medium Red Violet

📋 copy color: '#A23278'

red 162 ◦ green 50 ◦ blue 120

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

Shades of Medium Red Violet #A23278

Tints of Medium Red Violet #A23278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 48.8%
G = 15.06%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A23278 (or 0xA23278) is known color: Medium Red Violet. HEX triplet: A2, 32 and 78. RGB value is (162,50,120). Sum of RGB (Red+Green+Blue) = 162+50+120=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A23278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23278 is #5DCD87. Grayscale: #5B5B5B. Windows color (decimal): -6147464 or 7877282. OLE color: 7877282.

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

Color convert

RGB 162 50 120 -
CMYK 0 0.69 0.26 0.36
HSL 322.5º 0.53% 0.42% -
HSV(B) 322.5º 0.69% 0.64% -
XYZ 19.43 11.32 18.93 -
YUV 91.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 162 50 120 0 0.69 0.26 0.36 322.5 0.53 0.42
Hex A2 32 78 0 45 1A 24 142 35 2A
Octal 242 62 170 0 105 32 44 502 65 52
Binary 10100010 110010 1111000 0 1000101 11010 100100 101000010 110101 101010

Color Harmonies of #A23278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23278

Black with #A23278

Text Example


Text Example

White with #A23278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23278; }

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

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

background-color css

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

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

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

border-color css

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

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

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