Html Css Color HEX #AA6ECF Amethyst

📋 copy color: '#AA6ECF'

red 170 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #AA6ECF

Tints of Amethyst #AA6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.59%

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

R = 34.91%
G = 22.59%
B = 42.51%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA6ECF (or 0xAA6ECF) is known color: Amethyst. HEX triplet: AA, 6E and CF. RGB value is (170,110,207). Sum of RGB (Red+Green+Blue) = 170+110+207=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ECF is #559130. Grayscale: #8A8A8A. Windows color (decimal): -5607729 or 13594282. OLE color: 13594282.

HSL color Cylindrical-coordinate representation of color #AA6ECF: hue angle of 277.11º 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 #AA6ECF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 110 207 -
CMYK 0.18 0.47 0 0.19
HSL 277.11º 0.5% 0.62% -
HSV(B) 277.11º 0.47% 0.81% -
XYZ 33.42 24.2 61.94 -
YUV 139 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 170 110 207 0.18 0.47 0 0.19 277.11 0.5 0.62
Hex AA 6E CF 12 2F 0 13 115 32 3E
Octal 252 156 317 22 57 0 23 425 62 76
Binary 10101010 1101110 11001111 10010 101111 0 10011 100010101 110010 111110

Color Harmonies of #AA6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ECF

Black with #AA6ECF

Text Example


Text Example

White with #AA6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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