Html Css Color HEX #AA68CE Amethyst

📋 copy color: '#AA68CE'

red 170 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #AA68CE

Tints of Amethyst #AA68CE

RGB

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

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

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

R = 35.42%
G = 21.67%
B = 42.92%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA68CE (or 0xAA68CE) is known color: Amethyst. HEX triplet: AA, 68 and CE. RGB value is (170,104,206). Sum of RGB (Red+Green+Blue) = 170+104+206=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68CE is #559731. Grayscale: #878787. Windows color (decimal): -5609266 or 13527210. OLE color: 13527210.

HSL color Cylindrical-coordinate representation of color #AA68CE: hue angle of 278.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA68CE is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 104 206 -
CMYK 0.17 0.50 0 0.19
HSL 278.82º 0.51% 0.61% -
HSV(B) 278.82º 0.5% 0.81% -
XYZ 32.67 22.9 61.09 -
YUV 135.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 170 104 206 0.17 0.50 0 0.19 278.82 0.51 0.61
Hex AA 68 CE 11 32 0 13 117 33 3D
Octal 252 150 316 21 62 0 23 427 63 75
Binary 10101010 1101000 11001110 10001 110010 0 10011 100010111 110011 111101

Color Harmonies of #AA68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68CE

Black with #AA68CE

Text Example


Text Example

White with #AA68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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