Html Css Color HEX #AA268D Medium Red Violet

📋 copy color: '#AA268D'

red 170 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #AA268D

Tints of Medium Red Violet #AA268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 48.71%
G = 10.89%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA268D (or 0xAA268D) is known color: Medium Red Violet. HEX triplet: AA, 26 and 8D. RGB value is (170,38,141). Sum of RGB (Red+Green+Blue) = 170+38+141=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA268D is #55D972. Grayscale: #585858. Windows color (decimal): -5626227 or 9250474. OLE color: 9250474.

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

Color convert

RGB 170 38 141 -
CMYK 0 0.78 0.17 0.33
HSL 313.18º 0.63% 0.41% -
HSV(B) 313.18º 0.78% 0.67% -
XYZ 22.08 11.86 26.32 -
YUV 89.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 170 38 141 0 0.78 0.17 0.33 313.18 0.63 0.41
Hex AA 26 8D 0 4E 11 21 139 3F 29
Octal 252 46 215 0 116 21 41 471 77 51
Binary 10101010 100110 10001101 0 1001110 10001 100001 100111001 111111 101001

Color Harmonies of #AA268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA268D

Black with #AA268D

Text Example


Text Example

White with #AA268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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