Html Css Color HEX #AA69DA Amethyst

📋 copy color: '#AA69DA'

red 170 ◦ green 105 ◦ blue 218

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

Shades of Amethyst #AA69DA

Tints of Amethyst #AA69DA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 34.48%
G = 21.3%
B = 44.22%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA69DA (or 0xAA69DA) is known color: Amethyst. HEX triplet: AA, 69 and DA. RGB value is (170,105,218). Sum of RGB (Red+Green+Blue) = 170+105+218=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA69DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69DA is #559625. Grayscale: #888888. Windows color (decimal): -5608998 or 14313898. OLE color: 14313898.

HSL color Cylindrical-coordinate representation of color #AA69DA: hue angle of 274.51º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA69DA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 105 218 -
CMYK 0.22 0.52 0 0.15
HSL 274.51º 0.6% 0.63% -
HSV(B) 274.51º 0.52% 0.85% -
XYZ 34.28 23.71 69.1 -
YUV 137.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 170 105 218 0.22 0.52 0 0.15 274.51 0.6 0.63
Hex AA 69 DA 16 34 0 F 113 3C 3F
Octal 252 151 332 26 64 0 17 423 74 77
Binary 10101010 1101001 11011010 10110 110100 0 1111 100010011 111100 111111

Color Harmonies of #AA69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69DA

Black with #AA69DA

Text Example


Text Example

White with #AA69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69DA; }

 p { color: rgb(170,105,218); }

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

background-color css

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

 a { background-color: rgb(170,105,218); }

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

border-color css

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

 span { border-color: rgb(170,105,218); }

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