Html Css Color HEX #A34285 Medium Red Violet

📋 copy color: '#A34285'

red 163 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #A34285

Tints of Medium Red Violet #A34285

RGB

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

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

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

R = 45.03%
G = 18.23%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A34285 (or 0xA34285) is known color: Medium Red Violet. HEX triplet: A3, 42 and 85. RGB value is (163,66,133). Sum of RGB (Red+Green+Blue) = 163+66+133=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A34285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34285 is #5CBD7A. Grayscale: #666666. Windows color (decimal): -6077819 or 8733347. OLE color: 8733347.

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

Color convert

RGB 163 66 133 -
CMYK 0 0.60 0.18 0.36
HSL 318.56º 0.42% 0.45% -
HSV(B) 318.56º 0.6% 0.64% -
XYZ 21.29 13.38 23.65 -
YUV 102.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 163 66 133 0 0.60 0.18 0.36 318.56 0.42 0.45
Hex A3 42 85 0 3C 12 24 13F 2A 2D
Octal 243 102 205 0 74 22 44 477 52 55
Binary 10100011 1000010 10000101 0 111100 10010 100100 100111111 101010 101101

Color Harmonies of #A34285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34285

Black with #A34285

Text Example


Text Example

White with #A34285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34285; }

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

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

background-color css

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

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

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

border-color css

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

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

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