Html Css Color HEX #AA6CCD Amethyst

📋 copy color: '#AA6CCD'

red 170 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #AA6CCD

Tints of Amethyst #AA6CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 35.2%
G = 22.36%
B = 42.44%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA6CCD (or 0xAA6CCD) is known color: Amethyst. HEX triplet: AA, 6C and CD. RGB value is (170,108,205). Sum of RGB (Red+Green+Blue) = 170+108+205=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CCD is #559332. Grayscale: #898989. Windows color (decimal): -5608243 or 13462698. OLE color: 13462698.

HSL color Cylindrical-coordinate representation of color #AA6CCD: hue angle of 278.35º degrees, saturation: 0.49, 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 #AA6CCD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 108 205 -
CMYK 0.17 0.47 0 0.20
HSL 278.35º 0.49% 0.61% -
HSV(B) 278.35º 0.47% 0.8% -
XYZ 32.96 23.68 60.59 -
YUV 137.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 170 108 205 0.17 0.47 0 0.20 278.35 0.49 0.61
Hex AA 6C CD 11 2F 0 14 116 31 3D
Octal 252 154 315 21 57 0 24 426 61 75
Binary 10101010 1101100 11001101 10001 101111 0 10100 100010110 110001 111101

Color Harmonies of #AA6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CCD

Black with #AA6CCD

Text Example


Text Example

White with #AA6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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