Html Css Color HEX #AA65CC Amethyst

📋 copy color: '#AA65CC'

red 170 ◦ green 101 ◦ blue 204

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

Shades of Amethyst #AA65CC

Tints of Amethyst #AA65CC

RGB

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

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

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

R = 35.79%
G = 21.26%
B = 42.95%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA65CC (or 0xAA65CC) is known color: Amethyst. HEX triplet: AA, 65 and CC. RGB value is (170,101,204). Sum of RGB (Red+Green+Blue) = 170+101+204=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA65CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65CC is #559A33. Grayscale: #858585. Windows color (decimal): -5610036 or 13395370. OLE color: 13395370.

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

Color convert

RGB 170 101 204 -
CMYK 0.17 0.50 0 0.2
HSL 280.19º 0.5% 0.6% -
HSV(B) 280.19º 0.5% 0.8% -
XYZ 32.13 22.21 59.72 -
YUV 133.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 170 101 204 0.17 0.50 0 0.2 280.19 0.5 0.6
Hex AA 65 CC 11 32 0 14 118 32 3C
Octal 252 145 314 21 62 0 24 430 62 74
Binary 10101010 1100101 11001100 10001 110010 0 10100 100011000 110010 111100

Color Harmonies of #AA65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65CC

Black with #AA65CC

Text Example


Text Example

White with #AA65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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