Html Css Color HEX #A23E7D Medium Red Violet

📋 copy color: '#A23E7D'

red 162 ◦ green 62 ◦ blue 125

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

Shades of Medium Red Violet #A23E7D

Tints of Medium Red Violet #A23E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 46.42%
G = 17.77%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A23E7D (or 0xA23E7D) is known color: Medium Red Violet. HEX triplet: A2, 3E and 7D. RGB value is (162,62,125). Sum of RGB (Red+Green+Blue) = 162+62+125=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E7D is #5DC182. Grayscale: #626262. Windows color (decimal): -6144387 or 8208034. OLE color: 8208034.

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

Color convert

RGB 162 62 125 -
CMYK 0 0.62 0.23 0.36
HSL 322.2º 0.45% 0.44% -
HSV(B) 322.2º 0.62% 0.64% -
XYZ 20.32 12.61 20.76 -
YUV 99.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 162 62 125 0 0.62 0.23 0.36 322.2 0.45 0.44
Hex A2 3E 7D 0 3E 17 24 142 2D 2C
Octal 242 76 175 0 76 27 44 502 55 54
Binary 10100010 111110 1111101 0 111110 10111 100100 101000010 101101 101100

Color Harmonies of #A23E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E7D

Black with #A23E7D

Text Example


Text Example

White with #A23E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E7D; }

 p { color: rgb(162,62,125); }

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

background-color css

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

 a { background-color: rgb(162,62,125); }

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

border-color css

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

 span { border-color: rgb(162,62,125); }

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