Html Css Color HEX #AA6DC4 Amethyst

📋 copy color: '#AA6DC4'

red 170 ◦ green 109 ◦ blue 196

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

Shades of Amethyst #AA6DC4

Tints of Amethyst #AA6DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 35.79%
G = 22.95%
B = 41.26%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA6DC4 (or 0xAA6DC4) is known color: Amethyst. HEX triplet: AA, 6D and C4. RGB value is (170,109,196). Sum of RGB (Red+Green+Blue) = 170+109+196=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA6DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DC4 is #55923B. Grayscale: #888888. Windows color (decimal): -5607996 or 12873130. OLE color: 12873130.

HSL color Cylindrical-coordinate representation of color #AA6DC4: hue angle of 282.07º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6DC4 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 109 196 -
CMYK 0.13 0.44 0 0.23
HSL 282.07º 0.42% 0.6% -
HSV(B) 282.07º 0.44% 0.77% -
XYZ 32.01 23.47 55.07 -
YUV 137.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 170 109 196 0.13 0.44 0 0.23 282.07 0.42 0.6
Hex AA 6D C4 D 2C 0 17 11A 2A 3C
Octal 252 155 304 15 54 0 27 432 52 74
Binary 10101010 1101101 11000100 1101 101100 0 10111 100011010 101010 111100

Color Harmonies of #AA6DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DC4

Black with #AA6DC4

Text Example


Text Example

White with #AA6DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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