Html Css Color HEX #AA6CCA Amethyst

📋 copy color: '#AA6CCA'

red 170 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #AA6CCA

Tints of Amethyst #AA6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.5%

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

R = 35.42%
G = 22.5%
B = 42.08%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA6CCA (or 0xAA6CCA) is known color: Amethyst. HEX triplet: AA, 6C and CA. RGB value is (170,108,202). Sum of RGB (Red+Green+Blue) = 170+108+202=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CCA is #559335. Grayscale: #888888. Windows color (decimal): -5608246 or 13266090. OLE color: 13266090.

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

Color convert

RGB 170 108 202 -
CMYK 0.16 0.47 0 0.21
HSL 279.57º 0.47% 0.61% -
HSV(B) 279.57º 0.47% 0.79% -
XYZ 32.6 23.54 58.7 -
YUV 137.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 170 108 202 0.16 0.47 0 0.21 279.57 0.47 0.61
Hex AA 6C CA 10 2F 0 15 118 2F 3D
Octal 252 154 312 20 57 0 25 430 57 75
Binary 10101010 1101100 11001010 10000 101111 0 10101 100011000 101111 111101

Color Harmonies of #AA6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CCA

Black with #AA6CCA

Text Example


Text Example

White with #AA6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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