Html Css Color HEX #AA438F Medium Red Violet

📋 copy color: '#AA438F'

red 170 ◦ green 67 ◦ blue 143

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

Shades of Medium Red Violet #AA438F

Tints of Medium Red Violet #AA438F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 44.74%
G = 17.63%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA438F (or 0xAA438F) is known color: Medium Red Violet. HEX triplet: AA, 43 and 8F. RGB value is (170,67,143). Sum of RGB (Red+Green+Blue) = 170+67+143=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA438F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA438F is #55BC70. Grayscale: #6A6A6A. Windows color (decimal): -5618801 or 9388970. OLE color: 9388970.

HSL color Cylindrical-coordinate representation of color #AA438F: hue angle of 315.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA438F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 67 143 -
CMYK 0 0.61 0.16 0.33
HSL 315.73º 0.43% 0.46% -
HSV(B) 315.73º 0.61% 0.67% -
XYZ 23.54 14.54 27.55 -
YUV 106.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 170 67 143 0 0.61 0.16 0.33 315.73 0.43 0.46
Hex AA 43 8F 0 3D 10 21 13C 2B 2E
Octal 252 103 217 0 75 20 41 474 53 56
Binary 10101010 1000011 10001111 0 111101 10000 100001 100111100 101011 101110

Color Harmonies of #AA438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA438F

Black with #AA438F

Text Example


Text Example

White with #AA438F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA438F; }

 p { color: rgb(170,67,143); }

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

background-color css

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

 a { background-color: rgb(170,67,143); }

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

border-color css

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

 span { border-color: rgb(170,67,143); }

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