Html Css Color HEX #A2468C Medium Red Violet

📋 copy color: '#A2468C'

red 162 ◦ green 70 ◦ blue 140

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

Shades of Medium Red Violet #A2468C

Tints of Medium Red Violet #A2468C

RGB

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

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

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

R = 43.55%
G = 18.82%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2468C (or 0xA2468C) is known color: Medium Red Violet. HEX triplet: A2, 46 and 8C. RGB value is (162,70,140). Sum of RGB (Red+Green+Blue) = 162+70+140=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2468C is #5DB973. Grayscale: #696969. Windows color (decimal): -6142324 or 9193122. OLE color: 9193122.

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

Color convert

RGB 162 70 140 -
CMYK 0 0.57 0.14 0.36
HSL 314.35º 0.4% 0.45% -
HSV(B) 314.35º 0.57% 0.64% -
XYZ 21.82 13.96 26.35 -
YUV 105.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 162 70 140 0 0.57 0.14 0.36 314.35 0.4 0.45
Hex A2 46 8C 0 39 E 24 13A 28 2D
Octal 242 106 214 0 71 16 44 472 50 55
Binary 10100010 1000110 10001100 0 111001 1110 100100 100111010 101000 101101

Color Harmonies of #A2468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2468C

Black with #A2468C

Text Example


Text Example

White with #A2468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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