Html Css Color HEX #AA256F Medium Red Violet

📋 copy color: '#AA256F'

red 170 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #AA256F

Tints of Medium Red Violet #AA256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 53.46%
G = 11.64%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA256F (or 0xAA256F) is known color: Medium Red Violet. HEX triplet: AA, 25 and 6F. RGB value is (170,37,111). Sum of RGB (Red+Green+Blue) = 170+37+111=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA256F is #55DA90. Grayscale: #555555. Windows color (decimal): -5626513 or 7284138. OLE color: 7284138.

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

Color convert

RGB 170 37 111 -
CMYK 0 0.78 0.35 0.33
HSL 326.62º 0.64% 0.41% -
HSV(B) 326.62º 0.78% 0.67% -
XYZ 20.11 11.02 16.11 -
YUV 85.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 170 37 111 0 0.78 0.35 0.33 326.62 0.64 0.41
Hex AA 25 6F 0 4E 23 21 147 40 29
Octal 252 45 157 0 116 43 41 507 100 51
Binary 10101010 100101 1101111 0 1001110 100011 100001 101000111 1000000 101001

Color Harmonies of #AA256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA256F

Black with #AA256F

Text Example


Text Example

White with #AA256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA256F; }

 p { color: rgb(170,37,111); }

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

background-color css

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

 a { background-color: rgb(170,37,111); }

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

border-color css

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

 span { border-color: rgb(170,37,111); }

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