Html Css Color HEX #AA6FDF Amethyst

📋 copy color: '#AA6FDF'

red 170 ◦ green 111 ◦ blue 223

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

Shades of Amethyst #AA6FDF

Tints of Amethyst #AA6FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 33.73%
G = 22.02%
B = 44.25%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA6FDF (or 0xAA6FDF) is known color: Amethyst. HEX triplet: AA, 6F and DF. RGB value is (170,111,223). Sum of RGB (Red+Green+Blue) = 170+111+223=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA6FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FDF is #559020. Grayscale: #8D8D8D. Windows color (decimal): -5607457 or 14643114. OLE color: 14643114.

HSL color Cylindrical-coordinate representation of color #AA6FDF: hue angle of 271.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6FDF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 111 223 -
CMYK 0.24 0.50 0 0.13
HSL 271.61º 0.64% 0.65% -
HSV(B) 271.61º 0.5% 0.87% -
XYZ 35.58 25.24 72.81 -
YUV 141.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 170 111 223 0.24 0.50 0 0.13 271.61 0.64 0.65
Hex AA 6F DF 18 32 0 D 110 40 41
Octal 252 157 337 30 62 0 15 420 100 101
Binary 10101010 1101111 11011111 11000 110010 0 1101 100010000 1000000 1000001

Color Harmonies of #AA6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FDF

Black with #AA6FDF

Text Example


Text Example

White with #AA6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FDF; }

 p { color: rgb(170,111,223); }

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

background-color css

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

 a { background-color: rgb(170,111,223); }

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

border-color css

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

 span { border-color: rgb(170,111,223); }

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