Html Css Color HEX #AA78DB Medium Purple

📋 copy color: '#AA78DB'

red 170 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #AA78DB

Tints of Medium Purple #AA78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.58%

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

R = 33.4%
G = 23.58%
B = 43.03%

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

#AA78DB (or 0xAA78DB) is known color: Medium Purple. HEX triplet: AA, 78 and DB. RGB value is (170,120,219). Sum of RGB (Red+Green+Blue) = 170+120+219=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78DB is #558724. Grayscale: #919191. Windows color (decimal): -5605157 or 14383274. OLE color: 14383274.

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

Color convert

RGB 170 120 219 -
CMYK 0.22 0.45 0 0.14
HSL 270.3º 0.58% 0.66% -
HSV(B) 270.3º 0.45% 0.86% -
XYZ 36.08 27.09 70.35 -
YUV 146.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 170 120 219 0.22 0.45 0 0.14 270.3 0.58 0.66
Hex AA 78 DB 16 2D 0 E 10E 3A 42
Octal 252 170 333 26 55 0 16 416 72 102
Binary 10101010 1111000 11011011 10110 101101 0 1110 100001110 111010 1000010

Color Harmonies of #AA78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA78DB

Black with #AA78DB

Text Example


Text Example

White with #AA78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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