Html Css Color HEX #AA68CA Amethyst

📋 copy color: '#AA68CA'

red 170 ◦ green 104 ◦ blue 202

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

Shades of Amethyst #AA68CA

Tints of Amethyst #AA68CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.85%

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

R = 35.71%
G = 21.85%
B = 42.44%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA68CA (or 0xAA68CA) is known color: Amethyst. HEX triplet: AA, 68 and CA. RGB value is (170,104,202). Sum of RGB (Red+Green+Blue) = 170+104+202=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68CA is #559735. Grayscale: #868686. Windows color (decimal): -5609270 or 13265066. OLE color: 13265066.

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

Color convert

RGB 170 104 202 -
CMYK 0.16 0.49 0 0.21
HSL 280.41º 0.48% 0.6% -
HSV(B) 280.41º 0.49% 0.79% -
XYZ 32.19 22.71 58.56 -
YUV 134.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 170 104 202 0.16 0.49 0 0.21 280.41 0.48 0.6
Hex AA 68 CA 10 31 0 15 118 30 3C
Octal 252 150 312 20 61 0 25 430 60 74
Binary 10101010 1101000 11001010 10000 110001 0 10101 100011000 110000 111100

Color Harmonies of #AA68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68CA

Black with #AA68CA

Text Example


Text Example

White with #AA68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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