Html Css Color HEX #AA68D4 Amethyst

📋 copy color: '#AA68D4'

red 170 ◦ green 104 ◦ blue 212

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

Shades of Amethyst #AA68D4

Tints of Amethyst #AA68D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 34.98%
G = 21.4%
B = 43.62%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA68D4 (or 0xAA68D4) is known color: Amethyst. HEX triplet: AA, 68 and D4. RGB value is (170,104,212). Sum of RGB (Red+Green+Blue) = 170+104+212=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA68D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68D4 is #55972B. Grayscale: #878787. Windows color (decimal): -5609260 or 13920426. OLE color: 13920426.

HSL color Cylindrical-coordinate representation of color #AA68D4: hue angle of 276.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA68D4 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 104 212 -
CMYK 0.20 0.51 0 0.17
HSL 276.67º 0.56% 0.62% -
HSV(B) 276.67º 0.51% 0.83% -
XYZ 33.41 23.2 65 -
YUV 136.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 170 104 212 0.20 0.51 0 0.17 276.67 0.56 0.62
Hex AA 68 D4 14 33 0 11 115 38 3E
Octal 252 150 324 24 63 0 21 425 70 76
Binary 10101010 1101000 11010100 10100 110011 0 10001 100010101 111000 111110

Color Harmonies of #AA68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68D4

Black with #AA68D4

Text Example


Text Example

White with #AA68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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