Html Css Color HEX #AA68CF Amethyst

📋 copy color: '#AA68CF'

red 170 ◦ green 104 ◦ blue 207

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

Shades of Amethyst #AA68CF

Tints of Amethyst #AA68CF

RGB

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

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

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

R = 35.34%
G = 21.62%
B = 43.04%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA68CF (or 0xAA68CF) is known color: Amethyst. HEX triplet: AA, 68 and CF. RGB value is (170,104,207). Sum of RGB (Red+Green+Blue) = 170+104+207=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA68CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68CF is #559730. Grayscale: #878787. Windows color (decimal): -5609265 or 13592746. OLE color: 13592746.

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

Color convert

RGB 170 104 207 -
CMYK 0.18 0.50 0 0.19
HSL 278.45º 0.52% 0.61% -
HSV(B) 278.45º 0.5% 0.81% -
XYZ 32.79 22.95 61.73 -
YUV 135.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 170 104 207 0.18 0.50 0 0.19 278.45 0.52 0.61
Hex AA 68 CF 12 32 0 13 116 34 3D
Octal 252 150 317 22 62 0 23 426 64 75
Binary 10101010 1101000 11001111 10010 110010 0 10011 100010110 110100 111101

Color Harmonies of #AA68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68CF

Black with #AA68CF

Text Example


Text Example

White with #AA68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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