Html Css Color HEX #A23285 Medium Red Violet

📋 copy color: '#A23285'

red 162 ◦ green 50 ◦ blue 133

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

Shades of Medium Red Violet #A23285

Tints of Medium Red Violet #A23285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 46.96%
G = 14.49%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A23285 (or 0xA23285) is known color: Medium Red Violet. HEX triplet: A2, 32 and 85. RGB value is (162,50,133). Sum of RGB (Red+Green+Blue) = 162+50+133=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A23285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23285 is #5DCD7A. Grayscale: #5C5C5C. Windows color (decimal): -6147451 or 8729250. OLE color: 8729250.

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

Color convert

RGB 162 50 133 -
CMYK 0 0.69 0.18 0.36
HSL 315.54º 0.53% 0.42% -
HSV(B) 315.54º 0.69% 0.64% -
XYZ 20.27 11.66 23.37 -
YUV 92.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 162 50 133 0 0.69 0.18 0.36 315.54 0.53 0.42
Hex A2 32 85 0 45 12 24 13C 35 2A
Octal 242 62 205 0 105 22 44 474 65 52
Binary 10100010 110010 10000101 0 1000101 10010 100100 100111100 110101 101010

Color Harmonies of #A23285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23285

Black with #A23285

Text Example


Text Example

White with #A23285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23285; }

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

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

background-color css

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

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

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

border-color css

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

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

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