Html Css Color HEX #A5238E Medium Red Violet

📋 copy color: '#A5238E'

red 165 ◦ green 35 ◦ blue 142

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

Shades of Medium Red Violet #A5238E

Tints of Medium Red Violet #A5238E

RGB

 RED value IS 165 (64.84% from 255) = 48.25%

 GREEN value IS 35 (14.06% from 255) = 10.23%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 48.25%
G = 10.23%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5238E (or 0xA5238E) is known color: Medium Red Violet. HEX triplet: A5, 23 and 8E. RGB value is (165,35,142). Sum of RGB (Red+Green+Blue) = 165+35+142=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5238E is #5ADC71. Grayscale: #555555. Windows color (decimal): -5954674 or 9315237. OLE color: 9315237.

HSL color Cylindrical-coordinate representation of color #A5238E: hue angle of 310.62º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5238E is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 35 142 -
CMYK 0 0.79 0.14 0.35
HSL 310.62º 0.65% 0.39% -
HSV(B) 310.62º 0.79% 0.65% -
XYZ 21 11.15 26.64 -
YUV 86.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 165 35 142 0 0.79 0.14 0.35 310.62 0.65 0.39
Hex A5 23 8E 0 4F E 23 137 41 27
Octal 245 43 216 0 117 16 43 467 101 47
Binary 10100101 100011 10001110 0 1001111 1110 100011 100110111 1000001 100111

Color Harmonies of #A5238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5238E

Black with #A5238E

Text Example


Text Example

White with #A5238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5238E; }

 p { color: rgb(165,35,142); }

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

background-color css

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

 a { background-color: rgb(165,35,142); }

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

border-color css

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

 span { border-color: rgb(165,35,142); }

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