Html Css Color HEX #AA3885 Medium Red Violet

📋 copy color: '#AA3885'

red 170 ◦ green 56 ◦ blue 133

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

Shades of Medium Red Violet #AA3885

Tints of Medium Red Violet #AA3885

RGB

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

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

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

R = 47.35%
G = 15.6%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA3885 (or 0xAA3885) is known color: Medium Red Violet. HEX triplet: AA, 38 and 85. RGB value is (170,56,133). Sum of RGB (Red+Green+Blue) = 170+56+133=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3885 is #55C77A. Grayscale: #626262. Windows color (decimal): -5621627 or 8730794. OLE color: 8730794.

HSL color Cylindrical-coordinate representation of color #AA3885: hue angle of 319.47º 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 #AA3885 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 133 -
CMYK 0 0.67 0.22 0.33
HSL 319.47º 0.5% 0.44% -
HSV(B) 319.47º 0.67% 0.67% -
XYZ 22.23 13.07 23.54 -
YUV 98.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 170 56 133 0 0.67 0.22 0.33 319.47 0.5 0.44
Hex AA 38 85 0 43 16 21 13F 32 2C
Octal 252 70 205 0 103 26 41 477 62 54
Binary 10101010 111000 10000101 0 1000011 10110 100001 100111111 110010 101100

Color Harmonies of #AA3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3885

Black with #AA3885

Text Example


Text Example

White with #AA3885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3885; }

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

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

background-color css

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

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

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

border-color css

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

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

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