Html Css Color HEX #A34283 Medium Red Violet

📋 copy color: '#A34283'

red 163 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #A34283

Tints of Medium Red Violet #A34283

RGB

 RED value IS 163 (64.06% from 255) = 45.28%

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

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

R = 45.28%
G = 18.33%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A34283 (or 0xA34283) is known color: Medium Red Violet. HEX triplet: A3, 42 and 83. RGB value is (163,66,131). Sum of RGB (Red+Green+Blue) = 163+66+131=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A34283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34283 is #5CBD7C. Grayscale: #666666. Windows color (decimal): -6077821 or 8602275. OLE color: 8602275.

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

Color convert

RGB 163 66 131 -
CMYK 0 0.60 0.20 0.36
HSL 319.79º 0.42% 0.45% -
HSV(B) 319.79º 0.6% 0.64% -
XYZ 21.15 13.32 22.93 -
YUV 102.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 163 66 131 0 0.60 0.20 0.36 319.79 0.42 0.45
Hex A3 42 83 0 3C 14 24 140 2A 2D
Octal 243 102 203 0 74 24 44 500 52 55
Binary 10100011 1000010 10000011 0 111100 10100 100100 101000000 101010 101101

Color Harmonies of #A34283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34283

Black with #A34283

Text Example


Text Example

White with #A34283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34283; }

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

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

background-color css

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

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

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

border-color css

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

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

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