Html Css Color HEX #AA66CF Amethyst

📋 copy color: '#AA66CF'

red 170 ◦ green 102 ◦ blue 207

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

Shades of Amethyst #AA66CF

Tints of Amethyst #AA66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.29%

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

R = 35.49%
G = 21.29%
B = 43.22%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA66CF (or 0xAA66CF) is known color: Amethyst. HEX triplet: AA, 66 and CF. RGB value is (170,102,207). Sum of RGB (Red+Green+Blue) = 170+102+207=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CF is #559930. Grayscale: #858585. Windows color (decimal): -5609777 or 13592234. OLE color: 13592234.

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

Color convert

RGB 170 102 207 -
CMYK 0.18 0.51 0 0.19
HSL 278.86º 0.52% 0.61% -
HSV(B) 278.86º 0.51% 0.81% -
XYZ 32.59 22.55 61.67 -
YUV 134.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 170 102 207 0.18 0.51 0 0.19 278.86 0.52 0.61
Hex AA 66 CF 12 33 0 13 117 34 3D
Octal 252 146 317 22 63 0 23 427 64 75
Binary 10101010 1100110 11001111 10010 110011 0 10011 100010111 110100 111101

Color Harmonies of #AA66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66CF

Black with #AA66CF

Text Example


Text Example

White with #AA66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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