Html Css Color HEX #AA69DD Amethyst

📋 copy color: '#AA69DD'

red 170 ◦ green 105 ◦ blue 221

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

Shades of Amethyst #AA69DD

Tints of Amethyst #AA69DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 34.27%
G = 21.17%
B = 44.56%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA69DD (or 0xAA69DD) is known color: Amethyst. HEX triplet: AA, 69 and DD. RGB value is (170,105,221). Sum of RGB (Red+Green+Blue) = 170+105+221=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69DD is #559622. Grayscale: #898989. Windows color (decimal): -5608995 or 14510506. OLE color: 14510506.

HSL color Cylindrical-coordinate representation of color #AA69DD: hue angle of 273.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA69DD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 105 221 -
CMYK 0.23 0.52 0 0.13
HSL 273.62º 0.63% 0.64% -
HSV(B) 273.62º 0.52% 0.87% -
XYZ 34.68 23.87 71.19 -
YUV 137.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 170 105 221 0.23 0.52 0 0.13 273.62 0.63 0.64
Hex AA 69 DD 17 34 0 D 112 3F 40
Octal 252 151 335 27 64 0 15 422 77 100
Binary 10101010 1101001 11011101 10111 110100 0 1101 100010010 111111 1000000

Color Harmonies of #AA69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69DD

Black with #AA69DD

Text Example


Text Example

White with #AA69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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