Html Css Color HEX #AA69D4 Amethyst

📋 copy color: '#AA69D4'

red 170 ◦ green 105 ◦ blue 212

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

Shades of Amethyst #AA69D4

Tints of Amethyst #AA69D4

RGB

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

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

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

R = 34.91%
G = 21.56%
B = 43.53%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA69D4 (or 0xAA69D4) is known color: Amethyst. HEX triplet: AA, 69 and D4. RGB value is (170,105,212). Sum of RGB (Red+Green+Blue) = 170+105+212=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA69D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69D4 is #55962B. Grayscale: #888888. Windows color (decimal): -5609004 or 13920682. OLE color: 13920682.

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

Color convert

RGB 170 105 212 -
CMYK 0.20 0.50 0 0.17
HSL 276.45º 0.55% 0.62% -
HSV(B) 276.45º 0.5% 0.83% -
XYZ 33.51 23.4 65.04 -
YUV 136.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 170 105 212 0.20 0.50 0 0.17 276.45 0.55 0.62
Hex AA 69 D4 14 32 0 11 114 37 3E
Octal 252 151 324 24 62 0 21 424 67 76
Binary 10101010 1101001 11010100 10100 110010 0 10001 100010100 110111 111110

Color Harmonies of #AA69D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69D4

Black with #AA69D4

Text Example


Text Example

White with #AA69D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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