Html Css Color HEX #AA68D8 Amethyst

📋 copy color: '#AA68D8'

red 170 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #AA68D8

Tints of Amethyst #AA68D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 34.69%
G = 21.22%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA68D8 (or 0xAA68D8) is known color: Amethyst. HEX triplet: AA, 68 and D8. RGB value is (170,104,216). Sum of RGB (Red+Green+Blue) = 170+104+216=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA68D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68D8 is #559727. Grayscale: #888888. Windows color (decimal): -5609256 or 14182570. OLE color: 14182570.

HSL color Cylindrical-coordinate representation of color #AA68D8: hue angle of 275.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA68D8 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 104 216 -
CMYK 0.21 0.52 0 0.15
HSL 275.36º 0.59% 0.63% -
HSV(B) 275.36º 0.52% 0.85% -
XYZ 33.92 23.4 67.7 -
YUV 136.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 170 104 216 0.21 0.52 0 0.15 275.36 0.59 0.63
Hex AA 68 D8 15 34 0 F 113 3B 3F
Octal 252 150 330 25 64 0 17 423 73 77
Binary 10101010 1101000 11011000 10101 110100 0 1111 100010011 111011 111111

Color Harmonies of #AA68D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68D8

Black with #AA68D8

Text Example


Text Example

White with #AA68D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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