Html Css Color HEX #AA6ACF Amethyst

📋 copy color: '#AA6ACF'

red 170 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #AA6ACF

Tints of Amethyst #AA6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.95%

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

R = 35.2%
G = 21.95%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA6ACF (or 0xAA6ACF) is known color: Amethyst. HEX triplet: AA, 6A and CF. RGB value is (170,106,207). Sum of RGB (Red+Green+Blue) = 170+106+207=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACF is #559530. Grayscale: #888888. Windows color (decimal): -5608753 or 13593258. OLE color: 13593258.

HSL color Cylindrical-coordinate representation of color #AA6ACF: hue angle of 278.02º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6ACF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 106 207 -
CMYK 0.18 0.49 0 0.19
HSL 278.02º 0.51% 0.61% -
HSV(B) 278.02º 0.49% 0.81% -
XYZ 32.99 23.36 61.8 -
YUV 136.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 170 106 207 0.18 0.49 0 0.19 278.02 0.51 0.61
Hex AA 6A CF 12 31 0 13 116 33 3D
Octal 252 152 317 22 61 0 23 426 63 75
Binary 10101010 1101010 11001111 10010 110001 0 10011 100010110 110011 111101

Color Harmonies of #AA6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ACF

Black with #AA6ACF

Text Example


Text Example

White with #AA6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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