Html Css Color HEX #AA438E Medium Red Violet

📋 copy color: '#AA438E'

red 170 ◦ green 67 ◦ blue 142

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

Shades of Medium Red Violet #AA438E

Tints of Medium Red Violet #AA438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 44.85%
G = 17.68%
B = 37.47%

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

#AA438E (or 0xAA438E) is known color: Medium Red Violet. HEX triplet: AA, 43 and 8E. RGB value is (170,67,142). Sum of RGB (Red+Green+Blue) = 170+67+142=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA438E is #55BC71. Grayscale: #6A6A6A. Windows color (decimal): -5618802 or 9323434. OLE color: 9323434.

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

Color convert

RGB 170 67 142 -
CMYK 0 0.61 0.16 0.33
HSL 316.31º 0.43% 0.46% -
HSV(B) 316.31º 0.61% 0.67% -
XYZ 23.47 14.51 27.16 -
YUV 106.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 170 67 142 0 0.61 0.16 0.33 316.31 0.43 0.46
Hex AA 43 8E 0 3D 10 21 13C 2B 2E
Octal 252 103 216 0 75 20 41 474 53 56
Binary 10101010 1000011 10001110 0 111101 10000 100001 100111100 101011 101110

Color Harmonies of #AA438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA438E

Black with #AA438E

Text Example


Text Example

White with #AA438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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