Html Css Color HEX #AA78CF Amethyst

📋 copy color: '#AA78CF'

red 170 ◦ green 120 ◦ blue 207

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

Shades of Amethyst #AA78CF

Tints of Amethyst #AA78CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 34.21%
G = 24.14%
B = 41.65%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA78CF (or 0xAA78CF) is known color: Amethyst. HEX triplet: AA, 78 and CF. RGB value is (170,120,207). Sum of RGB (Red+Green+Blue) = 170+120+207=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA78CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA78CF is #558730. Grayscale: #909090. Windows color (decimal): -5605169 or 13596842. OLE color: 13596842.

HSL color Cylindrical-coordinate representation of color #AA78CF: hue angle of 274.48º degrees, saturation: 0.48, 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 #AA78CF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 120 207 -
CMYK 0.18 0.42 0 0.19
HSL 274.48º 0.48% 0.64% -
HSV(B) 274.48º 0.42% 0.81% -
XYZ 34.56 26.48 62.32 -
YUV 144.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 170 120 207 0.18 0.42 0 0.19 274.48 0.48 0.64
Hex AA 78 CF 12 2A 0 13 112 30 40
Octal 252 170 317 22 52 0 23 422 60 100
Binary 10101010 1111000 11001111 10010 101010 0 10011 100010010 110000 1000000

Color Harmonies of #AA78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA78CF

Black with #AA78CF

Text Example


Text Example

White with #AA78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA78CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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