Html Css Color HEX #AA69CC Amethyst

📋 copy color: '#AA69CC'

red 170 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #AA69CC

Tints of Amethyst #AA69CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 35.49%
G = 21.92%
B = 42.59%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA69CC (or 0xAA69CC) is known color: Amethyst. HEX triplet: AA, 69 and CC. RGB value is (170,105,204). Sum of RGB (Red+Green+Blue) = 170+105+204=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69CC is #559633. Grayscale: #878787. Windows color (decimal): -5609012 or 13396394. OLE color: 13396394.

HSL color Cylindrical-coordinate representation of color #AA69CC: hue angle of 279.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA69CC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 105 204 -
CMYK 0.17 0.49 0 0.2
HSL 279.39º 0.49% 0.61% -
HSV(B) 279.39º 0.49% 0.8% -
XYZ 32.53 23.01 59.85 -
YUV 135.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 170 105 204 0.17 0.49 0 0.2 279.39 0.49 0.61
Hex AA 69 CC 11 31 0 14 117 31 3D
Octal 252 151 314 21 61 0 24 427 61 75
Binary 10101010 1101001 11001100 10001 110001 0 10100 100010111 110001 111101

Color Harmonies of #AA69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA69CC

Black with #AA69CC

Text Example


Text Example

White with #AA69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA69CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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