Html Css Color HEX #AA3875 Medium Red Violet

📋 copy color: '#AA3875'

red 170 ◦ green 56 ◦ blue 117

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

Shades of Medium Red Violet #AA3875

Tints of Medium Red Violet #AA3875

RGB

 RED value IS 170 (66.8% from 255) = 49.56%

 GREEN value IS 56 (22.27% from 255) = 16.33%

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

R = 49.56%
G = 16.33%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA3875 (or 0xAA3875) is known color: Medium Red Violet. HEX triplet: AA, 38 and 75. RGB value is (170,56,117). Sum of RGB (Red+Green+Blue) = 170+56+117=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3875 is #55C78A. Grayscale: #606060. Windows color (decimal): -5621643 or 7682218. OLE color: 7682218.

HSL color Cylindrical-coordinate representation of color #AA3875: hue angle of 327.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3875 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 117 -
CMYK 0 0.67 0.31 0.33
HSL 327.89º 0.5% 0.44% -
HSV(B) 327.89º 0.67% 0.67% -
XYZ 21.2 12.66 18.16 -
YUV 97.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 170 56 117 0 0.67 0.31 0.33 327.89 0.5 0.44
Hex AA 38 75 0 43 1F 21 148 32 2C
Octal 252 70 165 0 103 37 41 510 62 54
Binary 10101010 111000 1110101 0 1000011 11111 100001 101001000 110010 101100

Color Harmonies of #AA3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3875

Black with #AA3875

Text Example


Text Example

White with #AA3875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3875; }

 p { color: rgb(170,56,117); }

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

background-color css

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

 a { background-color: rgb(170,56,117); }

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

border-color css

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

 span { border-color: rgb(170,56,117); }

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