Html Css Color HEX #AA2675 Medium Red Violet

📋 copy color: '#AA2675'

red 170 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #AA2675

Tints of Medium Red Violet #AA2675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 52.31%
G = 11.69%
B = 36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA2675 (or 0xAA2675) is known color: Medium Red Violet. HEX triplet: AA, 26 and 75. RGB value is (170,38,117). Sum of RGB (Red+Green+Blue) = 170+38+117=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2675 is #55D98A. Grayscale: #565656. Windows color (decimal): -5626251 or 7677610. OLE color: 7677610.

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

Color convert

RGB 170 38 117 -
CMYK 0 0.78 0.31 0.33
HSL 324.09º 0.63% 0.41% -
HSV(B) 324.09º 0.78% 0.67% -
XYZ 20.48 11.22 17.92 -
YUV 86.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 170 38 117 0 0.78 0.31 0.33 324.09 0.63 0.41
Hex AA 26 75 0 4E 1F 21 144 3F 29
Octal 252 46 165 0 116 37 41 504 77 51
Binary 10101010 100110 1110101 0 1001110 11111 100001 101000100 111111 101001

Color Harmonies of #AA2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2675

Black with #AA2675

Text Example


Text Example

White with #AA2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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