Html Css Color HEX #AA68CB Amethyst

📋 copy color: '#AA68CB'

red 170 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #AA68CB

Tints of Amethyst #AA68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 35.64%
G = 21.8%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA68CB (or 0xAA68CB) is known color: Amethyst. HEX triplet: AA, 68 and CB. RGB value is (170,104,203). Sum of RGB (Red+Green+Blue) = 170+104+203=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68CB is #559734. Grayscale: #868686. Windows color (decimal): -5609269 or 13330602. OLE color: 13330602.

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

Color convert

RGB 170 104 203 -
CMYK 0.16 0.49 0 0.20
HSL 280º 0.49% 0.6% -
HSV(B) 280º 0.49% 0.8% -
XYZ 32.31 22.76 59.19 -
YUV 135.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 170 104 203 0.16 0.49 0 0.20 280 0.49 0.6
Hex AA 68 CB 10 31 0 14 118 31 3C
Octal 252 150 313 20 61 0 24 430 61 74
Binary 10101010 1101000 11001011 10000 110001 0 10100 100011000 110001 111100

Color Harmonies of #AA68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68CB

Black with #AA68CB

Text Example


Text Example

White with #AA68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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