Html Css Color HEX #A2267D Medium Red Violet

📋 copy color: '#A2267D'

red 162 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #A2267D

Tints of Medium Red Violet #A2267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 49.85%
G = 11.69%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2267D (or 0xA2267D) is known color: Medium Red Violet. HEX triplet: A2, 26 and 7D. RGB value is (162,38,125). Sum of RGB (Red+Green+Blue) = 162+38+125=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2267D is #5DD982. Grayscale: #545454. Windows color (decimal): -6150531 or 8201890. OLE color: 8201890.

HSL color Cylindrical-coordinate representation of color #A2267D: hue angle of 317.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2267D is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 38 125 -
CMYK 0 0.77 0.23 0.36
HSL 317.9º 0.62% 0.39% -
HSV(B) 317.9º 0.77% 0.64% -
XYZ 19.3 10.55 20.42 -
YUV 84.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 162 38 125 0 0.77 0.23 0.36 317.9 0.62 0.39
Hex A2 26 7D 0 4D 17 24 13E 3E 27
Octal 242 46 175 0 115 27 44 476 76 47
Binary 10100010 100110 1111101 0 1001101 10111 100100 100111110 111110 100111

Color Harmonies of #A2267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2267D

Black with #A2267D

Text Example


Text Example

White with #A2267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2267D; }

 p { color: rgb(162,38,125); }

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

background-color css

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

 a { background-color: rgb(162,38,125); }

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

border-color css

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

 span { border-color: rgb(162,38,125); }

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