Html Css Color HEX #AA6CCC Amethyst

📋 copy color: '#AA6CCC'

red 170 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #AA6CCC

Tints of Amethyst #AA6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 35.27%
G = 22.41%
B = 42.32%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA6CCC (or 0xAA6CCC) is known color: Amethyst. HEX triplet: AA, 6C and CC. RGB value is (170,108,204). Sum of RGB (Red+Green+Blue) = 170+108+204=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CCC is #559333. Grayscale: #898989. Windows color (decimal): -5608244 or 13397162. OLE color: 13397162.

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

Color convert

RGB 170 108 204 -
CMYK 0.17 0.47 0 0.2
HSL 278.75º 0.48% 0.61% -
HSV(B) 278.75º 0.47% 0.8% -
XYZ 32.84 23.63 59.96 -
YUV 137.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 170 108 204 0.17 0.47 0 0.2 278.75 0.48 0.61
Hex AA 6C CC 11 2F 0 14 117 30 3D
Octal 252 154 314 21 57 0 24 427 60 75
Binary 10101010 1101100 11001100 10001 101111 0 10100 100010111 110000 111101

Color Harmonies of #AA6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CCC

Black with #AA6CCC

Text Example


Text Example

White with #AA6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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