Html Css Color HEX #AA65D7 Amethyst

📋 copy color: '#AA65D7'

red 170 ◦ green 101 ◦ blue 215

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

Shades of Amethyst #AA65D7

Tints of Amethyst #AA65D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 34.98%
G = 20.78%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA65D7 (or 0xAA65D7) is known color: Amethyst. HEX triplet: AA, 65 and D7. RGB value is (170,101,215). Sum of RGB (Red+Green+Blue) = 170+101+215=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA65D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65D7 is #559A28. Grayscale: #868686. Windows color (decimal): -5610025 or 14116266. OLE color: 14116266.

HSL color Cylindrical-coordinate representation of color #AA65D7: hue angle of 276.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA65D7 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 101 215 -
CMYK 0.21 0.53 0 0.16
HSL 276.32º 0.59% 0.62% -
HSV(B) 276.32º 0.53% 0.84% -
XYZ 33.5 22.76 66.92 -
YUV 134.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 170 101 215 0.21 0.53 0 0.16 276.32 0.59 0.62
Hex AA 65 D7 15 35 0 10 114 3B 3E
Octal 252 145 327 25 65 0 20 424 73 76
Binary 10101010 1100101 11010111 10101 110101 0 10000 100010100 111011 111110

Color Harmonies of #AA65D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65D7

Black with #AA65D7

Text Example


Text Example

White with #AA65D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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