Html Css Color HEX #AA268B Medium Red Violet

📋 copy color: '#AA268B'

red 170 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #AA268B

Tints of Medium Red Violet #AA268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 48.99%
G = 10.95%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA268B (or 0xAA268B) is known color: Medium Red Violet. HEX triplet: AA, 26 and 8B. RGB value is (170,38,139). Sum of RGB (Red+Green+Blue) = 170+38+139=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA268B is #55D974. Grayscale: #585858. Windows color (decimal): -5626229 or 9119402. OLE color: 9119402.

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

Color convert

RGB 170 38 139 -
CMYK 0 0.78 0.18 0.33
HSL 314.09º 0.63% 0.41% -
HSV(B) 314.09º 0.78% 0.67% -
XYZ 21.93 11.8 25.55 -
YUV 88.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 170 38 139 0 0.78 0.18 0.33 314.09 0.63 0.41
Hex AA 26 8B 0 4E 12 21 13A 3F 29
Octal 252 46 213 0 116 22 41 472 77 51
Binary 10101010 100110 10001011 0 1001110 10010 100001 100111010 111111 101001

Color Harmonies of #AA268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA268B

Black with #AA268B

Text Example


Text Example

White with #AA268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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