Html Css Color HEX #A2368D Medium Red Violet

📋 copy color: '#A2368D'

red 162 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #A2368D

Tints of Medium Red Violet #A2368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 45.38%
G = 15.13%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2368D (or 0xA2368D) is known color: Medium Red Violet. HEX triplet: A2, 36 and 8D. RGB value is (162,54,141). Sum of RGB (Red+Green+Blue) = 162+54+141=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2368D is #5DC972. Grayscale: #5F5F5F. Windows color (decimal): -6146419 or 9254562. OLE color: 9254562.

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

Color convert

RGB 162 54 141 -
CMYK 0 0.67 0.13 0.36
HSL 311.67º 0.5% 0.42% -
HSV(B) 311.67º 0.67% 0.64% -
XYZ 21.03 12.24 26.45 -
YUV 96.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 162 54 141 0 0.67 0.13 0.36 311.67 0.5 0.42
Hex A2 36 8D 0 43 D 24 138 32 2A
Octal 242 66 215 0 103 15 44 470 62 52
Binary 10100010 110110 10001101 0 1000011 1101 100100 100111000 110010 101010

Color Harmonies of #A2368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2368D

Black with #A2368D

Text Example


Text Example

White with #A2368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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