Html Css Color HEX #AA269D Medium Red Violet

📋 copy color: '#AA269D'

red 170 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #AA269D

Tints of Medium Red Violet #AA269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.41%

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 46.58%
G = 10.41%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA269D (or 0xAA269D) is known color: Medium Red Violet. HEX triplet: AA, 26 and 9D. RGB value is (170,38,157). Sum of RGB (Red+Green+Blue) = 170+38+157=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA269D is #55D962. Grayscale: #5A5A5A. Windows color (decimal): -5626211 or 10299050. OLE color: 10299050.

HSL color Cylindrical-coordinate representation of color #AA269D: hue angle of 305.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA269D is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 157 -
CMYK 0 0.78 0.08 0.33
HSL 305.91º 0.63% 0.41% -
HSV(B) 305.91º 0.78% 0.67% -
XYZ 23.36 12.37 33.05 -
YUV 91.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 170 38 157 0 0.78 0.08 0.33 305.91 0.63 0.41
Hex AA 26 9D 0 4E 8 21 132 3F 29
Octal 252 46 235 0 116 10 41 462 77 51
Binary 10101010 100110 10011101 0 1001110 1000 100001 100110010 111111 101001

Color Harmonies of #AA269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA269D

Black with #AA269D

Text Example


Text Example

White with #AA269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA269D; }

 p { color: rgb(170,38,157); }

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

background-color css

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

 a { background-color: rgb(170,38,157); }

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

border-color css

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

 span { border-color: rgb(170,38,157); }

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