Html Css Color HEX #AA78CE Amethyst

📋 copy color: '#AA78CE'

red 170 ◦ green 120 ◦ blue 206

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

Shades of Amethyst #AA78CE

Tints of Amethyst #AA78CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 34.27%
G = 24.19%
B = 41.53%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA78CE (or 0xAA78CE) is known color: Amethyst. HEX triplet: AA, 78 and CE. RGB value is (170,120,206). Sum of RGB (Red+Green+Blue) = 170+120+206=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78CE is #558731. Grayscale: #909090. Windows color (decimal): -5605170 or 13531306. OLE color: 13531306.

HSL color Cylindrical-coordinate representation of color #AA78CE: hue angle of 274.88º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA78CE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 120 206 -
CMYK 0.17 0.42 0 0.19
HSL 274.88º 0.47% 0.64% -
HSV(B) 274.88º 0.42% 0.81% -
XYZ 34.43 26.44 61.68 -
YUV 144.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 170 120 206 0.17 0.42 0 0.19 274.88 0.47 0.64
Hex AA 78 CE 11 2A 0 13 113 2F 40
Octal 252 170 316 21 52 0 23 423 57 100
Binary 10101010 1111000 11001110 10001 101010 0 10011 100010011 101111 1000000

Color Harmonies of #AA78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA78CE

Black with #AA78CE

Text Example


Text Example

White with #AA78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA78CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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