Html Css Color HEX #A24285 Medium Red Violet

📋 copy color: '#A24285'

red 162 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #A24285

Tints of Medium Red Violet #A24285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 44.88%
G = 18.28%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A24285 (or 0xA24285) is known color: Medium Red Violet. HEX triplet: A2, 42 and 85. RGB value is (162,66,133). Sum of RGB (Red+Green+Blue) = 162+66+133=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A24285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24285 is #5DBD7A. Grayscale: #666666. Windows color (decimal): -6143355 or 8733346. OLE color: 8733346.

HSL color Cylindrical-coordinate representation of color #A24285: hue angle of 318.12º 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 #A24285 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 66 133 -
CMYK 0 0.59 0.18 0.36
HSL 318.13º 0.42% 0.45% -
HSV(B) 318.13º 0.59% 0.64% -
XYZ 21.08 13.27 23.64 -
YUV 102.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 162 66 133 0 0.59 0.18 0.36 318.13 0.42 0.45
Hex A2 42 85 0 3B 12 24 13E 2A 2D
Octal 242 102 205 0 73 22 44 476 52 55
Binary 10100010 1000010 10000101 0 111011 10010 100100 100111110 101010 101101

Color Harmonies of #A24285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24285

Black with #A24285

Text Example


Text Example

White with #A24285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24285; }

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

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

background-color css

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

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

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

border-color css

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

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

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