Html Css Color HEX #AA65C7 Amethyst

📋 copy color: '#AA65C7'

red 170 ◦ green 101 ◦ blue 199

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

Shades of Amethyst #AA65C7

Tints of Amethyst #AA65C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.34%

R = 36.17%
G = 21.49%
B = 42.34%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA65C7 (or 0xAA65C7) is known color: Amethyst. HEX triplet: AA, 65 and C7. RGB value is (170,101,199). Sum of RGB (Red+Green+Blue) = 170+101+199=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA65C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65C7 is #559A38. Grayscale: #848484. Windows color (decimal): -5610041 or 13067690. OLE color: 13067690.

HSL color Cylindrical-coordinate representation of color #AA65C7: hue angle of 282.24º degrees, saturation: 0.47, 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 #AA65C7 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 101 199 -
CMYK 0.15 0.49 0 0.22
HSL 282.24º 0.47% 0.59% -
HSV(B) 282.24º 0.49% 0.78% -
XYZ 31.54 21.98 56.61 -
YUV 132.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 170 101 199 0.15 0.49 0 0.22 282.24 0.47 0.59
Hex AA 65 C7 F 31 0 16 11A 2F 3B
Octal 252 145 307 17 61 0 26 432 57 73
Binary 10101010 1100101 11000111 1111 110001 0 10110 100011010 101111 111011

Color Harmonies of #AA65C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65C7

Black with #AA65C7

Text Example


Text Example

White with #AA65C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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