Html Css Color HEX #A24283 Medium Red Violet

📋 copy color: '#A24283'

red 162 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #A24283

Tints of Medium Red Violet #A24283

RGB

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

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

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

R = 45.13%
G = 18.38%
B = 36.49%

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

#A24283 (or 0xA24283) is known color: Medium Red Violet. HEX triplet: A2, 42 and 83. RGB value is (162,66,131). Sum of RGB (Red+Green+Blue) = 162+66+131=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A24283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24283 is #5DBD7C. Grayscale: #656565. Windows color (decimal): -6143357 or 8602274. OLE color: 8602274.

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

Color convert

RGB 162 66 131 -
CMYK 0 0.59 0.19 0.36
HSL 319.38º 0.42% 0.45% -
HSV(B) 319.38º 0.59% 0.64% -
XYZ 20.95 13.22 22.92 -
YUV 102.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 162 66 131 0 0.59 0.19 0.36 319.38 0.42 0.45
Hex A2 42 83 0 3B 13 24 13F 2A 2D
Octal 242 102 203 0 73 23 44 477 52 55
Binary 10100010 1000010 10000011 0 111011 10011 100100 100111111 101010 101101

Color Harmonies of #A24283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24283

Black with #A24283

Text Example


Text Example

White with #A24283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24283; }

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

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

background-color css

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

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

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

border-color css

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

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

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