Html Css Color HEX #AA308B Medium Red Violet

📋 copy color: '#AA308B'

red 170 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #AA308B

Tints of Medium Red Violet #AA308B

RGB

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

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

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

R = 47.62%
G = 13.45%
B = 38.94%

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

#AA308B (or 0xAA308B) is known color: Medium Red Violet. HEX triplet: AA, 30 and 8B. RGB value is (170,48,139). Sum of RGB (Red+Green+Blue) = 170+48+139=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA308B is #55CF74. Grayscale: #5E5E5E. Windows color (decimal): -5623669 or 9121962. OLE color: 9121962.

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

Color convert

RGB 170 48 139 -
CMYK 0 0.72 0.18 0.33
HSL 315.25º 0.56% 0.43% -
HSV(B) 315.25º 0.72% 0.67% -
XYZ 22.29 12.52 25.67 -
YUV 94.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 170 48 139 0 0.72 0.18 0.33 315.25 0.56 0.43
Hex AA 30 8B 0 48 12 21 13B 38 2B
Octal 252 60 213 0 110 22 41 473 70 53
Binary 10101010 110000 10001011 0 1001000 10010 100001 100111011 111000 101011

Color Harmonies of #AA308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA308B

Black with #AA308B

Text Example


Text Example

White with #AA308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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