Html Css Color HEX #AA78EB Medium Purple

📋 copy color: '#AA78EB'

red 170 ◦ green 120 ◦ blue 235

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

Shades of Medium Purple #AA78EB

Tints of Medium Purple #AA78EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 32.38%
G = 22.86%
B = 44.76%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA78EB (or 0xAA78EB) is known color: Medium Purple. HEX triplet: AA, 78 and EB. RGB value is (170,120,235). Sum of RGB (Red+Green+Blue) = 170+120+235=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA78EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA78EB is #558714. Grayscale: #939393. Windows color (decimal): -5605141 or 15431850. OLE color: 15431850.

HSL color Cylindrical-coordinate representation of color #AA78EB: hue angle of 266.09º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA78EB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 120 235 -
CMYK 0.28 0.49 0 0.08
HSL 266.09º 0.74% 0.7% -
HSV(B) 266.09º 0.49% 0.92% -
XYZ 38.29 27.98 81.98 -
YUV 148.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 170 120 235 0.28 0.49 0 0.08 266.09 0.74 0.7
Hex AA 78 EB 1C 31 0 8 10A 4A 46
Octal 252 170 353 34 61 0 10 412 112 106
Binary 10101010 1111000 11101011 11100 110001 0 1000 100001010 1001010 1000110

Color Harmonies of #AA78EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA78EB

Black with #AA78EB

Text Example


Text Example

White with #AA78EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA78EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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