Html Css Color HEX #A24284 Medium Red Violet

📋 copy color: '#A24284'

red 162 ◦ green 66 ◦ blue 132

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

Shades of Medium Red Violet #A24284

Tints of Medium Red Violet #A24284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 45%
G = 18.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A24284 (or 0xA24284) is known color: Medium Red Violet. HEX triplet: A2, 42 and 84. RGB value is (162,66,132). Sum of RGB (Red+Green+Blue) = 162+66+132=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A24284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24284 is #5DBD7B. Grayscale: #666666. Windows color (decimal): -6143356 or 8667810. OLE color: 8667810.

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

Color convert

RGB 162 66 132 -
CMYK 0 0.59 0.19 0.36
HSL 318.75º 0.42% 0.45% -
HSV(B) 318.75º 0.59% 0.64% -
XYZ 21.01 13.24 23.28 -
YUV 102.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 162 66 132 0 0.59 0.19 0.36 318.75 0.42 0.45
Hex A2 42 84 0 3B 13 24 13F 2A 2D
Octal 242 102 204 0 73 23 44 477 52 55
Binary 10100010 1000010 10000100 0 111011 10011 100100 100111111 101010 101101

Color Harmonies of #A24284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24284

Black with #A24284

Text Example


Text Example

White with #A24284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24284; }

 p { color: rgb(162,66,132); }

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

background-color css

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

 a { background-color: rgb(162,66,132); }

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

border-color css

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

 span { border-color: rgb(162,66,132); }

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