Html Css Color HEX #AA65E1 Amethyst

📋 copy color: '#AA65E1'

red 170 ◦ green 101 ◦ blue 225

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

Shades of Amethyst #AA65E1

Tints of Amethyst #AA65E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 34.27%
G = 20.36%
B = 45.36%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA65E1 (or 0xAA65E1) is known color: Amethyst. HEX triplet: AA, 65 and E1. RGB value is (170,101,225). Sum of RGB (Red+Green+Blue) = 170+101+225=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA65E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65E1 is #559A1E. Grayscale: #878787. Windows color (decimal): -5610015 or 14771626. OLE color: 14771626.

HSL color Cylindrical-coordinate representation of color #AA65E1: hue angle of 273.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA65E1 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 101 225 -
CMYK 0.24 0.55 0 0.12
HSL 273.39º 0.67% 0.64% -
HSV(B) 273.39º 0.55% 0.88% -
XYZ 34.82 23.29 73.89 -
YUV 135.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 170 101 225 0.24 0.55 0 0.12 273.39 0.67 0.64
Hex AA 65 E1 18 37 0 C 111 43 40
Octal 252 145 341 30 67 0 14 421 103 100
Binary 10101010 1100101 11100001 11000 110111 0 1100 100010001 1000011 1000000

Color Harmonies of #AA65E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65E1

Black with #AA65E1

Text Example


Text Example

White with #AA65E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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