Html Css Color HEX #AA269F Medium Red Violet

📋 copy color: '#AA269F'

red 170 ◦ green 38 ◦ blue 159

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

Shades of Medium Red Violet #AA269F

Tints of Medium Red Violet #AA269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 46.32%
G = 10.35%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA269F (or 0xAA269F) is known color: Medium Red Violet. HEX triplet: AA, 26 and 9F. RGB value is (170,38,159). Sum of RGB (Red+Green+Blue) = 170+38+159=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA269F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA269F is #55D960. Grayscale: #5A5A5A. Windows color (decimal): -5626209 or 10430122. OLE color: 10430122.

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

Color convert

RGB 170 38 159 -
CMYK 0 0.78 0.06 0.33
HSL 305º 0.63% 0.41% -
HSV(B) 305º 0.78% 0.67% -
XYZ 23.53 12.44 33.96 -
YUV 91.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 170 38 159 0 0.78 0.06 0.33 305 0.63 0.41
Hex AA 26 9F 0 4E 6 21 131 3F 29
Octal 252 46 237 0 116 6 41 461 77 51
Binary 10101010 100110 10011111 0 1001110 110 100001 100110001 111111 101001

Color Harmonies of #AA269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA269F

Black with #AA269F

Text Example


Text Example

White with #AA269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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