Html Css Color HEX #AA6BCD Amethyst

📋 copy color: '#AA6BCD'

red 170 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #AA6BCD

Tints of Amethyst #AA6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.2%

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

R = 35.27%
G = 22.2%
B = 42.53%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA6BCD (or 0xAA6BCD) is known color: Amethyst. HEX triplet: AA, 6B and CD. RGB value is (170,107,205). Sum of RGB (Red+Green+Blue) = 170+107+205=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCD is #559432. Grayscale: #888888. Windows color (decimal): -5608499 or 13462442. OLE color: 13462442.

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

Color convert

RGB 170 107 205 -
CMYK 0.17 0.48 0 0.20
HSL 278.57º 0.49% 0.61% -
HSV(B) 278.57º 0.48% 0.8% -
XYZ 32.85 23.47 60.56 -
YUV 137.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 170 107 205 0.17 0.48 0 0.20 278.57 0.49 0.61
Hex AA 6B CD 11 30 0 14 117 31 3D
Octal 252 153 315 21 60 0 24 427 61 75
Binary 10101010 1101011 11001101 10001 110000 0 10100 100010111 110001 111101

Color Harmonies of #AA6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BCD

Black with #AA6BCD

Text Example


Text Example

White with #AA6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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