Html Css Color HEX #AA79DB Medium Purple

📋 copy color: '#AA79DB'

red 170 ◦ green 121 ◦ blue 219

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

Shades of Medium Purple #AA79DB

Tints of Medium Purple #AA79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.73%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 33.33%
G = 23.73%
B = 42.94%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA79DB (or 0xAA79DB) is known color: Medium Purple. HEX triplet: AA, 79 and DB. RGB value is (170,121,219). Sum of RGB (Red+Green+Blue) = 170+121+219=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA79DB is #558624. Grayscale: #929292. Windows color (decimal): -5604901 or 14383530. OLE color: 14383530.

HSL color Cylindrical-coordinate representation of color #AA79DB: hue angle of 270º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA79DB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 121 219 -
CMYK 0.22 0.45 0 0.14
HSL 270º 0.58% 0.67% -
HSV(B) 270º 0.45% 0.86% -
XYZ 36.2 27.34 70.39 -
YUV 146.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 170 121 219 0.22 0.45 0 0.14 270 0.58 0.67
Hex AA 79 DB 16 2D 0 E 10E 3A 43
Octal 252 171 333 26 55 0 16 416 72 103
Binary 10101010 1111001 11011011 10110 101101 0 1110 100001110 111010 1000011

Color Harmonies of #AA79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA79DB

Black with #AA79DB

Text Example


Text Example

White with #AA79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA79DB; }

 p { color: rgb(170,121,219); }

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

background-color css

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

 a { background-color: rgb(170,121,219); }

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

border-color css

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

 span { border-color: rgb(170,121,219); }

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