Html Css Color HEX #AA66CA Amethyst

📋 copy color: '#AA66CA'

red 170 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #AA66CA

Tints of Amethyst #AA66CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 35.86%
G = 21.52%
B = 42.62%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA66CA (or 0xAA66CA) is known color: Amethyst. HEX triplet: AA, 66 and CA. RGB value is (170,102,202). Sum of RGB (Red+Green+Blue) = 170+102+202=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66CA is #559935. Grayscale: #858585. Windows color (decimal): -5609782 or 13264554. OLE color: 13264554.

HSL color Cylindrical-coordinate representation of color #AA66CA: hue angle of 280.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA66CA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 102 202 -
CMYK 0.16 0.50 0 0.21
HSL 280.8º 0.49% 0.6% -
HSV(B) 280.8º 0.5% 0.79% -
XYZ 31.99 22.31 58.5 -
YUV 133.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 170 102 202 0.16 0.50 0 0.21 280.8 0.49 0.6
Hex AA 66 CA 10 32 0 15 119 31 3C
Octal 252 146 312 20 62 0 25 431 61 74
Binary 10101010 1100110 11001010 10000 110010 0 10101 100011001 110001 111100

Color Harmonies of #AA66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66CA

Black with #AA66CA

Text Example


Text Example

White with #AA66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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