Html Css Color HEX #AA68CC Amethyst

📋 copy color: '#AA68CC'

red 170 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #AA68CC

Tints of Amethyst #AA68CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 35.56%
G = 21.76%
B = 42.68%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA68CC (or 0xAA68CC) is known color: Amethyst. HEX triplet: AA, 68 and CC. RGB value is (170,104,204). Sum of RGB (Red+Green+Blue) = 170+104+204=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68CC is #559733. Grayscale: #868686. Windows color (decimal): -5609268 or 13396138. OLE color: 13396138.

HSL color Cylindrical-coordinate representation of color #AA68CC: hue angle of 279.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA68CC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 104 204 -
CMYK 0.17 0.49 0 0.2
HSL 279.6º 0.5% 0.6% -
HSV(B) 279.6º 0.49% 0.8% -
XYZ 32.43 22.81 59.82 -
YUV 135.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 170 104 204 0.17 0.49 0 0.2 279.6 0.5 0.6
Hex AA 68 CC 11 31 0 14 118 32 3C
Octal 252 150 314 21 61 0 24 430 62 74
Binary 10101010 1101000 11001100 10001 110001 0 10100 100011000 110010 111100

Color Harmonies of #AA68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68CC

Black with #AA68CC

Text Example


Text Example

White with #AA68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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