Html Css Color HEX #AA65DB Amethyst

📋 copy color: '#AA65DB'

red 170 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #AA65DB

Tints of Amethyst #AA65DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 34.69%
G = 20.61%
B = 44.69%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA65DB (or 0xAA65DB) is known color: Amethyst. HEX triplet: AA, 65 and DB. RGB value is (170,101,219). Sum of RGB (Red+Green+Blue) = 170+101+219=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65DB is #559A24. Grayscale: #868686. Windows color (decimal): -5610021 or 14378410. OLE color: 14378410.

HSL color Cylindrical-coordinate representation of color #AA65DB: hue angle of 275.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA65DB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 101 219 -
CMYK 0.22 0.54 0 0.14
HSL 275.08º 0.62% 0.63% -
HSV(B) 275.08º 0.54% 0.86% -
XYZ 34.02 22.97 69.66 -
YUV 135.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 170 101 219 0.22 0.54 0 0.14 275.08 0.62 0.63
Hex AA 65 DB 16 36 0 E 113 3E 3F
Octal 252 145 333 26 66 0 16 423 76 77
Binary 10101010 1100101 11011011 10110 110110 0 1110 100010011 111110 111111

Color Harmonies of #AA65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA65DB

Black with #AA65DB

Text Example


Text Example

White with #AA65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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