Html Css Color HEX #AA269B Medium Red Violet

📋 copy color: '#AA269B'

red 170 ◦ green 38 ◦ blue 155

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

Shades of Medium Red Violet #AA269B

Tints of Medium Red Violet #AA269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 46.83%
G = 10.47%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA269B (or 0xAA269B) is known color: Medium Red Violet. HEX triplet: AA, 26 and 9B. RGB value is (170,38,155). Sum of RGB (Red+Green+Blue) = 170+38+155=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA269B is #55D964. Grayscale: #5A5A5A. Windows color (decimal): -5626213 or 10167978. OLE color: 10167978.

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

Color convert

RGB 170 38 155 -
CMYK 0 0.78 0.09 0.33
HSL 306.82º 0.63% 0.41% -
HSV(B) 306.82º 0.78% 0.67% -
XYZ 23.19 12.3 32.16 -
YUV 90.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 170 38 155 0 0.78 0.09 0.33 306.82 0.63 0.41
Hex AA 26 9B 0 4E 9 21 133 3F 29
Octal 252 46 233 0 116 11 41 463 77 51
Binary 10101010 100110 10011011 0 1001110 1001 100001 100110011 111111 101001

Color Harmonies of #AA269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA269B

Black with #AA269B

Text Example


Text Example

White with #AA269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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