Html Css Color HEX #AA68C6 Amethyst

📋 copy color: '#AA68C6'

red 170 ◦ green 104 ◦ blue 198

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

Shades of Amethyst #AA68C6

Tints of Amethyst #AA68C6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 36.02%
G = 22.03%
B = 41.95%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA68C6 (or 0xAA68C6) is known color: Amethyst. HEX triplet: AA, 68 and C6. RGB value is (170,104,198). Sum of RGB (Red+Green+Blue) = 170+104+198=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA68C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68C6 is #559739. Grayscale: #868686. Windows color (decimal): -5609274 or 13002922. OLE color: 13002922.

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

Color convert

RGB 170 104 198 -
CMYK 0.14 0.47 0 0.22
HSL 282.13º 0.45% 0.59% -
HSV(B) 282.13º 0.47% 0.78% -
XYZ 31.72 22.52 56.1 -
YUV 134.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 170 104 198 0.14 0.47 0 0.22 282.13 0.45 0.59
Hex AA 68 C6 E 2F 0 16 11A 2D 3B
Octal 252 150 306 16 57 0 26 432 55 73
Binary 10101010 1101000 11000110 1110 101111 0 10110 100011010 101101 111011

Color Harmonies of #AA68C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68C6

Black with #AA68C6

Text Example


Text Example

White with #AA68C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68C6; }

 p { color: rgb(170,104,198); }

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

background-color css

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

 a { background-color: rgb(170,104,198); }

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

border-color css

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

 span { border-color: rgb(170,104,198); }

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