Html Css Color HEX #AA6CCF Amethyst

📋 copy color: '#AA6CCF'

red 170 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #AA6CCF

Tints of Amethyst #AA6CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 35.05%
G = 22.27%
B = 42.68%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA6CCF (or 0xAA6CCF) is known color: Amethyst. HEX triplet: AA, 6C and CF. RGB value is (170,108,207). Sum of RGB (Red+Green+Blue) = 170+108+207=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CCF is #559330. Grayscale: #898989. Windows color (decimal): -5608241 or 13593770. OLE color: 13593770.

HSL color Cylindrical-coordinate representation of color #AA6CCF: hue angle of 277.58º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6CCF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 108 207 -
CMYK 0.18 0.48 0 0.19
HSL 277.58º 0.51% 0.62% -
HSV(B) 277.58º 0.48% 0.81% -
XYZ 33.2 23.78 61.87 -
YUV 137.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 170 108 207 0.18 0.48 0 0.19 277.58 0.51 0.62
Hex AA 6C CF 12 30 0 13 116 33 3E
Octal 252 154 317 22 60 0 23 426 63 76
Binary 10101010 1101100 11001111 10010 110000 0 10011 100010110 110011 111110

Color Harmonies of #AA6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CCF

Black with #AA6CCF

Text Example


Text Example

White with #AA6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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