Html Css Color HEX #AA6ECB Amethyst

📋 copy color: '#AA6ECB'

red 170 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #AA6ECB

Tints of Amethyst #AA6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 35.2%
G = 22.77%
B = 42.03%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA6ECB (or 0xAA6ECB) is known color: Amethyst. HEX triplet: AA, 6E and CB. RGB value is (170,110,203). Sum of RGB (Red+Green+Blue) = 170+110+203=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ECB is #559134. Grayscale: #8A8A8A. Windows color (decimal): -5607733 or 13332138. OLE color: 13332138.

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

Color convert

RGB 170 110 203 -
CMYK 0.16 0.46 0 0.20
HSL 278.71º 0.47% 0.61% -
HSV(B) 278.71º 0.46% 0.8% -
XYZ 32.93 24.01 59.4 -
YUV 138.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 170 110 203 0.16 0.46 0 0.20 278.71 0.47 0.61
Hex AA 6E CB 10 2E 0 14 117 2F 3D
Octal 252 156 313 20 56 0 24 427 57 75
Binary 10101010 1101110 11001011 10000 101110 0 10100 100010111 101111 111101

Color Harmonies of #AA6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ECB

Black with #AA6ECB

Text Example


Text Example

White with #AA6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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