Html Css Color HEX #AA2695 Medium Red Violet

📋 copy color: '#AA2695'

red 170 ◦ green 38 ◦ blue 149

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

Shades of Medium Red Violet #AA2695

Tints of Medium Red Violet #AA2695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 47.62%
G = 10.64%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA2695 (or 0xAA2695) is known color: Medium Red Violet. HEX triplet: AA, 26 and 95. RGB value is (170,38,149). Sum of RGB (Red+Green+Blue) = 170+38+149=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2695 is #55D96A. Grayscale: #595959. Windows color (decimal): -5626219 or 9774762. OLE color: 9774762.

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

Color convert

RGB 170 38 149 -
CMYK 0 0.78 0.12 0.33
HSL 309.55º 0.63% 0.41% -
HSV(B) 309.55º 0.78% 0.67% -
XYZ 22.7 12.1 29.57 -
YUV 90.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 170 38 149 0 0.78 0.12 0.33 309.55 0.63 0.41
Hex AA 26 95 0 4E C 21 136 3F 29
Octal 252 46 225 0 116 14 41 466 77 51
Binary 10101010 100110 10010101 0 1001110 1100 100001 100110110 111111 101001

Color Harmonies of #AA2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2695

Black with #AA2695

Text Example


Text Example

White with #AA2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2695; }

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

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

background-color css

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

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

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

border-color css

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

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

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