Html Css Color HEX #A83275 Medium Red Violet

📋 copy color: '#A83275'

red 168 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #A83275

Tints of Medium Red Violet #A83275

RGB

 RED value IS 168 (66.02% from 255) = 50.15%

 GREEN value IS 50 (19.92% from 255) = 14.93%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 50.15%
G = 14.93%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A83275 (or 0xA83275) is known color: Medium Red Violet. HEX triplet: A8, 32 and 75. RGB value is (168,50,117). Sum of RGB (Red+Green+Blue) = 168+50+117=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A83275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83275 is #57CD8A. Grayscale: #5C5C5C. Windows color (decimal): -5754251 or 7680680. OLE color: 7680680.

HSL color Cylindrical-coordinate representation of color #A83275: hue angle of 325.93º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83275 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 117 -
CMYK 0 0.70 0.30 0.34
HSL 325.93º 0.54% 0.43% -
HSV(B) 325.93º 0.7% 0.66% -
XYZ 20.5 11.89 18.04 -
YUV 92.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 168 50 117 0 0.70 0.30 0.34 325.93 0.54 0.43
Hex A8 32 75 0 46 1E 22 146 36 2B
Octal 250 62 165 0 106 36 42 506 66 53
Binary 10101000 110010 1110101 0 1000110 11110 100010 101000110 110110 101011

Color Harmonies of #A83275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83275

Black with #A83275

Text Example


Text Example

White with #A83275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83275; }

 p { color: rgb(168,50,117); }

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

background-color css

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

 a { background-color: rgb(168,50,117); }

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

border-color css

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

 span { border-color: rgb(168,50,117); }

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