Html Css Color HEX #AA6DCE Amethyst

📋 copy color: '#AA6DCE'

red 170 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #AA6DCE

Tints of Amethyst #AA6DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

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

R = 35.05%
G = 22.47%
B = 42.47%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA6DCE (or 0xAA6DCE) is known color: Amethyst. HEX triplet: AA, 6D and CE. RGB value is (170,109,206). Sum of RGB (Red+Green+Blue) = 170+109+206=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DCE is #559231. Grayscale: #898989. Windows color (decimal): -5607986 or 13528490. OLE color: 13528490.

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

Color convert

RGB 170 109 206 -
CMYK 0.17 0.47 0 0.19
HSL 277.73º 0.5% 0.62% -
HSV(B) 277.73º 0.47% 0.81% -
XYZ 33.19 23.94 61.26 -
YUV 138.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 170 109 206 0.17 0.47 0 0.19 277.73 0.5 0.62
Hex AA 6D CE 11 2F 0 13 116 32 3E
Octal 252 155 316 21 57 0 23 426 62 76
Binary 10101010 1101101 11001110 10001 101111 0 10011 100010110 110010 111110

Color Harmonies of #AA6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DCE

Black with #AA6DCE

Text Example


Text Example

White with #AA6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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