Html Css Color HEX #A23D7F Medium Red Violet

📋 copy color: '#A23D7F'

red 162 ◦ green 61 ◦ blue 127

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

Shades of Medium Red Violet #A23D7F

Tints of Medium Red Violet #A23D7F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 46.29%
G = 17.43%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A23D7F (or 0xA23D7F) is known color: Medium Red Violet. HEX triplet: A2, 3D and 7F. RGB value is (162,61,127). Sum of RGB (Red+Green+Blue) = 162+61+127=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D7F is #5DC280. Grayscale: #626262. Windows color (decimal): -6144641 or 8338850. OLE color: 8338850.

HSL color Cylindrical-coordinate representation of color #A23D7F: hue angle of 320.79º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D7F is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 61 127 -
CMYK 0 0.62 0.22 0.36
HSL 320.79º 0.45% 0.44% -
HSV(B) 320.79º 0.62% 0.64% -
XYZ 20.4 12.55 21.43 -
YUV 98.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 162 61 127 0 0.62 0.22 0.36 320.79 0.45 0.44
Hex A2 3D 7F 0 3E 16 24 141 2D 2C
Octal 242 75 177 0 76 26 44 501 55 54
Binary 10100010 111101 1111111 0 111110 10110 100100 101000001 101101 101100

Color Harmonies of #A23D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D7F

Black with #A23D7F

Text Example


Text Example

White with #A23D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D7F; }

 p { color: rgb(162,61,127); }

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

background-color css

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

 a { background-color: rgb(162,61,127); }

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

border-color css

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

 span { border-color: rgb(162,61,127); }

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