Html Css Color HEX #AA65C6 Amethyst

📋 copy color: '#AA65C6'

red 170 ◦ green 101 ◦ blue 198

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

Shades of Amethyst #AA65C6

Tints of Amethyst #AA65C6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

 BLUE value IS 198 (77.73% from 255) = 42.22%

R = 36.25%
G = 21.54%
B = 42.22%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA65C6 (or 0xAA65C6) is known color: Amethyst. HEX triplet: AA, 65 and C6. RGB value is (170,101,198). Sum of RGB (Red+Green+Blue) = 170+101+198=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA65C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65C6 is #559A39. Grayscale: #848484. Windows color (decimal): -5610042 or 13002154. OLE color: 13002154.

HSL color Cylindrical-coordinate representation of color #AA65C6: hue angle of 282.68º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA65C6 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 101 198 -
CMYK 0.14 0.49 0 0.22
HSL 282.68º 0.46% 0.59% -
HSV(B) 282.68º 0.49% 0.78% -
XYZ 31.42 21.93 56 -
YUV 132.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 170 101 198 0.14 0.49 0 0.22 282.68 0.46 0.59
Hex AA 65 C6 E 31 0 16 11B 2E 3B
Octal 252 145 306 16 61 0 26 433 56 73
Binary 10101010 1100101 11000110 1110 110001 0 10110 100011011 101110 111011

Color Harmonies of #AA65C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65C6

Black with #AA65C6

Text Example


Text Example

White with #AA65C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65C6; }

 p { color: rgb(170,101,198); }

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

background-color css

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

 a { background-color: rgb(170,101,198); }

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

border-color css

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

 span { border-color: rgb(170,101,198); }

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