Html Css Color HEX #A23275 Medium Red Violet

📋 copy color: '#A23275'

red 162 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #A23275

Tints of Medium Red Violet #A23275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 49.24%
G = 15.2%
B = 35.56%

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

#A23275 (or 0xA23275) is known color: Medium Red Violet. HEX triplet: A2, 32 and 75. RGB value is (162,50,117). Sum of RGB (Red+Green+Blue) = 162+50+117=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A23275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23275 is #5DCD8A. Grayscale: #5A5A5A. Windows color (decimal): -6147467 or 7680674. OLE color: 7680674.

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

Color convert

RGB 162 50 117 -
CMYK 0 0.69 0.28 0.36
HSL 324.11º 0.53% 0.42% -
HSV(B) 324.11º 0.69% 0.64% -
XYZ 19.25 11.25 17.99 -
YUV 91.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 162 50 117 0 0.69 0.28 0.36 324.11 0.53 0.42
Hex A2 32 75 0 45 1C 24 144 35 2A
Octal 242 62 165 0 105 34 44 504 65 52
Binary 10100010 110010 1110101 0 1000101 11100 100100 101000100 110101 101010

Color Harmonies of #A23275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23275

Black with #A23275

Text Example


Text Example

White with #A23275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23275; }

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

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

background-color css

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

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

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

border-color css

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

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

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