Html Css Color HEX #AA6BCE Amethyst

📋 copy color: '#AA6BCE'

red 170 ◦ green 107 ◦ blue 206

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

Shades of Amethyst #AA6BCE

Tints of Amethyst #AA6BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 35.2%
G = 22.15%
B = 42.65%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA6BCE (or 0xAA6BCE) is known color: Amethyst. HEX triplet: AA, 6B and CE. RGB value is (170,107,206). Sum of RGB (Red+Green+Blue) = 170+107+206=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCE is #559431. Grayscale: #888888. Windows color (decimal): -5608498 or 13527978. OLE color: 13527978.

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

Color convert

RGB 170 107 206 -
CMYK 0.17 0.48 0 0.19
HSL 278.18º 0.5% 0.61% -
HSV(B) 278.18º 0.48% 0.81% -
XYZ 32.98 23.52 61.19 -
YUV 137.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 170 107 206 0.17 0.48 0 0.19 278.18 0.5 0.61
Hex AA 6B CE 11 30 0 13 116 32 3D
Octal 252 153 316 21 60 0 23 426 62 75
Binary 10101010 1101011 11001110 10001 110000 0 10011 100010110 110010 111101

Color Harmonies of #AA6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BCE

Black with #AA6BCE

Text Example


Text Example

White with #AA6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BCE; }

 p { color: rgb(170,107,206); }

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

background-color css

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

 a { background-color: rgb(170,107,206); }

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

border-color css

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

 span { border-color: rgb(170,107,206); }

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