Html Css Color HEX #A664C8 Amethyst

📋 copy color: '#A664C8'

red 166 ◦ green 100 ◦ blue 200

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

Shades of Amethyst #A664C8

Tints of Amethyst #A664C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 35.62%
G = 21.46%
B = 42.92%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A664C8 (or 0xA664C8) is known color: Amethyst. HEX triplet: A6, 64 and C8. RGB value is (166,100,200). Sum of RGB (Red+Green+Blue) = 166+100+200=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #A664C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664C8 is #599B37. Grayscale: #828282. Windows color (decimal): -5872440 or 13132966. OLE color: 13132966.

HSL color Cylindrical-coordinate representation of color #A664C8: hue angle of 279.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A664C8 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 100 200 -
CMYK 0.17 0.5 0 0.22
HSL 279.6º 0.48% 0.59% -
HSV(B) 279.6º 0.5% 0.78% -
XYZ 30.71 21.39 57.15 -
YUV 131.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 166 100 200 0.17 0.5 0 0.22 279.6 0.48 0.59
Hex A6 64 C8 11 32 0 16 118 30 3B
Octal 246 144 310 21 62 0 26 430 60 73
Binary 10100110 1100100 11001000 10001 110010 0 10110 100011000 110000 111011

Color Harmonies of #A664C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664C8

Black with #A664C8

Text Example


Text Example

White with #A664C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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