Html Css Color HEX #A2257B Medium Red Violet

📋 copy color: '#A2257B'

red 162 ◦ green 37 ◦ blue 123

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

Shades of Medium Red Violet #A2257B

Tints of Medium Red Violet #A2257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 50.31%
G = 11.49%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2257B (or 0xA2257B) is known color: Medium Red Violet. HEX triplet: A2, 25 and 7B. RGB value is (162,37,123). Sum of RGB (Red+Green+Blue) = 162+37+123=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2257B is #5DDA84. Grayscale: #535353. Windows color (decimal): -6150789 or 8070562. OLE color: 8070562.

HSL color Cylindrical-coordinate representation of color #A2257B: hue angle of 318.72º degrees, saturation: 0.63, 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 #A2257B is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 123 -
CMYK 0 0.77 0.24 0.36
HSL 318.72º 0.63% 0.39% -
HSV(B) 318.72º 0.77% 0.64% -
XYZ 19.14 10.43 19.74 -
YUV 84.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 162 37 123 0 0.77 0.24 0.36 318.72 0.63 0.39
Hex A2 25 7B 0 4D 18 24 13F 3F 27
Octal 242 45 173 0 115 30 44 477 77 47
Binary 10100010 100101 1111011 0 1001101 11000 100100 100111111 111111 100111

Color Harmonies of #A2257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2257B

Black with #A2257B

Text Example


Text Example

White with #A2257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2257B; }

 p { color: rgb(162,37,123); }

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

background-color css

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

 a { background-color: rgb(162,37,123); }

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

border-color css

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

 span { border-color: rgb(162,37,123); }

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