Html Css Color HEX #A2308C Medium Red Violet

📋 copy color: '#A2308C'

red 162 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #A2308C

Tints of Medium Red Violet #A2308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 46.29%
G = 13.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2308C (or 0xA2308C) is known color: Medium Red Violet. HEX triplet: A2, 30 and 8C. RGB value is (162,48,140). Sum of RGB (Red+Green+Blue) = 162+48+140=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A2308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2308C is #5DCF73. Grayscale: #5C5C5C. Windows color (decimal): -6147956 or 9187490. OLE color: 9187490.

HSL color Cylindrical-coordinate representation of color #A2308C: hue angle of 311.58º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2308C is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 48 140 -
CMYK 0 0.70 0.14 0.36
HSL 311.58º 0.54% 0.41% -
HSV(B) 311.58º 0.7% 0.64% -
XYZ 20.69 11.69 25.98 -
YUV 92.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 162 48 140 0 0.70 0.14 0.36 311.58 0.54 0.41
Hex A2 30 8C 0 46 E 24 138 36 29
Octal 242 60 214 0 106 16 44 470 66 51
Binary 10100010 110000 10001100 0 1000110 1110 100100 100111000 110110 101001

Color Harmonies of #A2308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2308C

Black with #A2308C

Text Example


Text Example

White with #A2308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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