Html Css Color HEX #AA308C Medium Red Violet

📋 copy color: '#AA308C'

red 170 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #AA308C

Tints of Medium Red Violet #AA308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 47.49%
G = 13.41%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA308C (or 0xAA308C) is known color: Medium Red Violet. HEX triplet: AA, 30 and 8C. RGB value is (170,48,140). Sum of RGB (Red+Green+Blue) = 170+48+140=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA308C is #55CF73. Grayscale: #5E5E5E. Windows color (decimal): -5623668 or 9187498. OLE color: 9187498.

HSL color Cylindrical-coordinate representation of color #AA308C: hue angle of 314.75º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA308C is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 140 -
CMYK 0 0.72 0.18 0.33
HSL 314.75º 0.56% 0.43% -
HSV(B) 314.75º 0.72% 0.67% -
XYZ 22.37 12.55 26.06 -
YUV 94.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 170 48 140 0 0.72 0.18 0.33 314.75 0.56 0.43
Hex AA 30 8C 0 48 12 21 13B 38 2B
Octal 252 60 214 0 110 22 41 473 70 53
Binary 10101010 110000 10001100 0 1001000 10010 100001 100111011 111000 101011

Color Harmonies of #AA308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA308C

Black with #AA308C

Text Example


Text Example

White with #AA308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA308C; }

 p { color: rgb(170,48,140); }

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

background-color css

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

 a { background-color: rgb(170,48,140); }

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

border-color css

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

 span { border-color: rgb(170,48,140); }

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