Html Css Color HEX #A664DD Amethyst

📋 copy color: '#A664DD'

red 166 ◦ green 100 ◦ blue 221

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

Shades of Amethyst #A664DD

Tints of Amethyst #A664DD

RGB

 RED value IS 166 (65.23% from 255) = 34.09%

 GREEN value IS 100 (39.45% from 255) = 20.53%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 34.09%
G = 20.53%
B = 45.38%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A664DD (or 0xA664DD) is known color: Amethyst. HEX triplet: A6, 64 and DD. RGB value is (166,100,221). Sum of RGB (Red+Green+Blue) = 166+100+221=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #A664DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664DD is #599B22. Grayscale: #858585. Windows color (decimal): -5872419 or 14509222. OLE color: 14509222.

HSL color Cylindrical-coordinate representation of color #A664DD: hue angle of 272.73º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A664DD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 100 221 -
CMYK 0.25 0.55 0 0.13
HSL 272.73º 0.64% 0.63% -
HSV(B) 272.73º 0.55% 0.87% -
XYZ 33.33 22.44 70.98 -
YUV 133.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 166 100 221 0.25 0.55 0 0.13 272.73 0.64 0.63
Hex A6 64 DD 19 37 0 D 111 40 3F
Octal 246 144 335 31 67 0 15 421 100 77
Binary 10100110 1100100 11011101 11001 110111 0 1101 100010001 1000000 111111

Color Harmonies of #A664DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664DD

Black with #A664DD

Text Example


Text Example

White with #A664DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664DD; }

 p { color: rgb(166,100,221); }

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

background-color css

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

 a { background-color: rgb(166,100,221); }

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

border-color css

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

 span { border-color: rgb(166,100,221); }

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