Html Css Color HEX #AA6DCD Amethyst

📋 copy color: '#AA6DCD'

red 170 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #AA6DCD

Tints of Amethyst #AA6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 35.12%
G = 22.52%
B = 42.36%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA6DCD (or 0xAA6DCD) is known color: Amethyst. HEX triplet: AA, 6D and CD. RGB value is (170,109,205). Sum of RGB (Red+Green+Blue) = 170+109+205=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DCD is #559232. Grayscale: #898989. Windows color (decimal): -5607987 or 13462954. OLE color: 13462954.

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

Color convert

RGB 170 109 205 -
CMYK 0.17 0.47 0 0.20
HSL 278.13º 0.49% 0.62% -
HSV(B) 278.13º 0.47% 0.8% -
XYZ 33.07 23.89 60.63 -
YUV 138.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 170 109 205 0.17 0.47 0 0.20 278.13 0.49 0.62
Hex AA 6D CD 11 2F 0 14 116 31 3E
Octal 252 155 315 21 57 0 24 426 61 76
Binary 10101010 1101101 11001101 10001 101111 0 10100 100010110 110001 111110

Color Harmonies of #AA6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DCD

Black with #AA6DCD

Text Example


Text Example

White with #AA6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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