Html Css Color HEX #A2338C Medium Red Violet

📋 copy color: '#A2338C'

red 162 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #A2338C

Tints of Medium Red Violet #A2338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 45.89%
G = 14.45%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2338C (or 0xA2338C) is known color: Medium Red Violet. HEX triplet: A2, 33 and 8C. RGB value is (162,51,140). Sum of RGB (Red+Green+Blue) = 162+51+140=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2338C is #5DCC73. Grayscale: #5E5E5E. Windows color (decimal): -6147188 or 9188258. OLE color: 9188258.

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

Color convert

RGB 162 51 140 -
CMYK 0 0.69 0.14 0.36
HSL 311.89º 0.52% 0.42% -
HSV(B) 311.89º 0.69% 0.64% -
XYZ 20.82 11.94 26.02 -
YUV 94.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 162 51 140 0 0.69 0.14 0.36 311.89 0.52 0.42
Hex A2 33 8C 0 45 E 24 138 34 2A
Octal 242 63 214 0 105 16 44 470 64 52
Binary 10100010 110011 10001100 0 1000101 1110 100100 100111000 110100 101010

Color Harmonies of #A2338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2338C

Black with #A2338C

Text Example


Text Example

White with #A2338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2338C; }

 p { color: rgb(162,51,140); }

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

background-color css

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

 a { background-color: rgb(162,51,140); }

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

border-color css

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

 span { border-color: rgb(162,51,140); }

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