Html Css Color HEX #AA438B Medium Red Violet

📋 copy color: '#AA438B'

red 170 ◦ green 67 ◦ blue 139

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

Shades of Medium Red Violet #AA438B

Tints of Medium Red Violet #AA438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 45.21%
G = 17.82%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA438B (or 0xAA438B) is known color: Medium Red Violet. HEX triplet: AA, 43 and 8B. RGB value is (170,67,139). Sum of RGB (Red+Green+Blue) = 170+67+139=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA438B is #55BC74. Grayscale: #696969. Windows color (decimal): -5618805 or 9126826. OLE color: 9126826.

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

Color convert

RGB 170 67 139 -
CMYK 0 0.61 0.18 0.33
HSL 318.06º 0.43% 0.46% -
HSV(B) 318.06º 0.61% 0.67% -
XYZ 23.24 14.42 25.99 -
YUV 106.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 170 67 139 0 0.61 0.18 0.33 318.06 0.43 0.46
Hex AA 43 8B 0 3D 12 21 13E 2B 2E
Octal 252 103 213 0 75 22 41 476 53 56
Binary 10101010 1000011 10001011 0 111101 10010 100001 100111110 101011 101110

Color Harmonies of #AA438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA438B

Black with #AA438B

Text Example


Text Example

White with #AA438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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