Html Css Color HEX #A24083 Medium Red Violet

📋 copy color: '#A24083'

red 162 ◦ green 64 ◦ blue 131

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

Shades of Medium Red Violet #A24083

Tints of Medium Red Violet #A24083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 45.38%
G = 17.93%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A24083 (or 0xA24083) is known color: Medium Red Violet. HEX triplet: A2, 40 and 83. RGB value is (162,64,131). Sum of RGB (Red+Green+Blue) = 162+64+131=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A24083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24083 is #5DBF7C. Grayscale: #646464. Windows color (decimal): -6143869 or 8601762. OLE color: 8601762.

HSL color Cylindrical-coordinate representation of color #A24083: hue angle of 318.98º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24083 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 64 131 -
CMYK 0 0.60 0.19 0.36
HSL 318.98º 0.43% 0.44% -
HSV(B) 318.98º 0.6% 0.64% -
XYZ 20.83 12.99 22.88 -
YUV 100.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 162 64 131 0 0.60 0.19 0.36 318.98 0.43 0.44
Hex A2 40 83 0 3C 13 24 13F 2B 2C
Octal 242 100 203 0 74 23 44 477 53 54
Binary 10100010 1000000 10000011 0 111100 10011 100100 100111111 101011 101100

Color Harmonies of #A24083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24083

Black with #A24083

Text Example


Text Example

White with #A24083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24083; }

 p { color: rgb(162,64,131); }

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

background-color css

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

 a { background-color: rgb(162,64,131); }

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

border-color css

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

 span { border-color: rgb(162,64,131); }

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