Html Css Color HEX #A23476 Medium Red Violet

📋 copy color: '#A23476'

red 162 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #A23476

Tints of Medium Red Violet #A23476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 48.8%
G = 15.66%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A23476 (or 0xA23476) is known color: Medium Red Violet. HEX triplet: A2, 34 and 76. RGB value is (162,52,118). Sum of RGB (Red+Green+Blue) = 162+52+118=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A23476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23476 is #5DCB89. Grayscale: #5C5C5C. Windows color (decimal): -6146954 or 7746722. OLE color: 7746722.

HSL color Cylindrical-coordinate representation of color #A23476: hue angle of 324º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23476 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 52 118 -
CMYK 0 0.68 0.27 0.36
HSL 324º 0.51% 0.42% -
HSV(B) 324º 0.68% 0.64% -
XYZ 19.4 11.45 18.33 -
YUV 92.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 162 52 118 0 0.68 0.27 0.36 324 0.51 0.42
Hex A2 34 76 0 44 1B 24 144 33 2A
Octal 242 64 166 0 104 33 44 504 63 52
Binary 10100010 110100 1110110 0 1000100 11011 100100 101000100 110011 101010

Color Harmonies of #A23476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23476

Black with #A23476

Text Example


Text Example

White with #A23476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23476; }

 p { color: rgb(162,52,118); }

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

background-color css

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

 a { background-color: rgb(162,52,118); }

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

border-color css

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

 span { border-color: rgb(162,52,118); }

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