Html Css Color HEX #A54283 Medium Red Violet

📋 copy color: '#A54283'

red 165 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #A54283

Tints of Medium Red Violet #A54283

RGB

 RED value IS 165 (64.84% from 255) = 45.58%

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

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

R = 45.58%
G = 18.23%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A54283 (or 0xA54283) is known color: Medium Red Violet. HEX triplet: A5, 42 and 83. RGB value is (165,66,131). Sum of RGB (Red+Green+Blue) = 165+66+131=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A54283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54283 is #5ABD7C. Grayscale: #666666. Windows color (decimal): -5946749 or 8602277. OLE color: 8602277.

HSL color Cylindrical-coordinate representation of color #A54283: hue angle of 320.61º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54283 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 131 -
CMYK 0 0.60 0.21 0.35
HSL 320.61º 0.43% 0.45% -
HSV(B) 320.61º 0.6% 0.65% -
XYZ 21.56 13.53 22.95 -
YUV 103.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 165 66 131 0 0.60 0.21 0.35 320.61 0.43 0.45
Hex A5 42 83 0 3C 15 23 141 2B 2D
Octal 245 102 203 0 74 25 43 501 53 55
Binary 10100101 1000010 10000011 0 111100 10101 100011 101000001 101011 101101

Color Harmonies of #A54283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54283

Black with #A54283

Text Example


Text Example

White with #A54283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54283; }

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

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

background-color css

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

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

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

border-color css

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

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

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