Html Css Color HEX #AA267D Medium Red Violet

📋 copy color: '#AA267D'

red 170 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #AA267D

Tints of Medium Red Violet #AA267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 51.05%
G = 11.41%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA267D (or 0xAA267D) is known color: Medium Red Violet. HEX triplet: AA, 26 and 7D. RGB value is (170,38,125). Sum of RGB (Red+Green+Blue) = 170+38+125=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA267D is #55D982. Grayscale: #575757. Windows color (decimal): -5626243 or 8201898. OLE color: 8201898.

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

Color convert

RGB 170 38 125 -
CMYK 0 0.78 0.26 0.33
HSL 320.45º 0.63% 0.41% -
HSV(B) 320.45º 0.78% 0.67% -
XYZ 20.97 11.41 20.5 -
YUV 87.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 170 38 125 0 0.78 0.26 0.33 320.45 0.63 0.41
Hex AA 26 7D 0 4E 1A 21 140 3F 29
Octal 252 46 175 0 116 32 41 500 77 51
Binary 10101010 100110 1111101 0 1001110 11010 100001 101000000 111111 101001

Color Harmonies of #AA267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA267D

Black with #AA267D

Text Example


Text Example

White with #AA267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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