Html Css Color HEX #AA6FCD Amethyst

📋 copy color: '#AA6FCD'

red 170 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #AA6FCD

Tints of Amethyst #AA6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

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

R = 34.98%
G = 22.84%
B = 42.18%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA6FCD (or 0xAA6FCD) is known color: Amethyst. HEX triplet: AA, 6F and CD. RGB value is (170,111,205). Sum of RGB (Red+Green+Blue) = 170+111+205=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FCD is #559032. Grayscale: #8B8B8B. Windows color (decimal): -5607475 or 13463466. OLE color: 13463466.

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

Color convert

RGB 170 111 205 -
CMYK 0.17 0.46 0 0.20
HSL 277.66º 0.48% 0.62% -
HSV(B) 277.66º 0.46% 0.8% -
XYZ 33.28 24.32 60.7 -
YUV 139.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 170 111 205 0.17 0.46 0 0.20 277.66 0.48 0.62
Hex AA 6F CD 11 2E 0 14 116 30 3E
Octal 252 157 315 21 56 0 24 426 60 76
Binary 10101010 1101111 11001101 10001 101110 0 10100 100010110 110000 111110

Color Harmonies of #AA6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FCD

Black with #AA6FCD

Text Example


Text Example

White with #AA6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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