Html Css Color HEX #A2468D Medium Red Violet

📋 copy color: '#A2468D'

red 162 ◦ green 70 ◦ blue 141

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

Shades of Medium Red Violet #A2468D

Tints of Medium Red Violet #A2468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 43.43%
G = 18.77%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2468D (or 0xA2468D) is known color: Medium Red Violet. HEX triplet: A2, 46 and 8D. RGB value is (162,70,141). Sum of RGB (Red+Green+Blue) = 162+70+141=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2468D is #5DB972. Grayscale: #696969. Windows color (decimal): -6142323 or 9258658. OLE color: 9258658.

HSL color Cylindrical-coordinate representation of color #A2468D: hue angle of 313.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2468D is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 70 141 -
CMYK 0 0.57 0.13 0.36
HSL 313.7º 0.4% 0.45% -
HSV(B) 313.7º 0.57% 0.64% -
XYZ 21.9 13.98 26.74 -
YUV 105.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 162 70 141 0 0.57 0.13 0.36 313.7 0.4 0.45
Hex A2 46 8D 0 39 D 24 13A 28 2D
Octal 242 106 215 0 71 15 44 472 50 55
Binary 10100010 1000110 10001101 0 111001 1101 100100 100111010 101000 101101

Color Harmonies of #A2468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2468D

Black with #A2468D

Text Example


Text Example

White with #A2468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2468D; }

 p { color: rgb(162,70,141); }

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

background-color css

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

 a { background-color: rgb(162,70,141); }

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

border-color css

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

 span { border-color: rgb(162,70,141); }

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