Html Css Color HEX #A664D4 Amethyst

📋 copy color: '#A664D4'

red 166 ◦ green 100 ◦ blue 212

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

Shades of Amethyst #A664D4

Tints of Amethyst #A664D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.35%

R = 34.73%
G = 20.92%
B = 44.35%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A664D4 (or 0xA664D4) is known color: Amethyst. HEX triplet: A6, 64 and D4. RGB value is (166,100,212). Sum of RGB (Red+Green+Blue) = 166+100+212=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #A664D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664D4 is #599B2B. Grayscale: #848484. Windows color (decimal): -5872428 or 13919398. OLE color: 13919398.

HSL color Cylindrical-coordinate representation of color #A664D4: hue angle of 275.36º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A664D4 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 100 212 -
CMYK 0.22 0.53 0 0.17
HSL 275.36º 0.57% 0.61% -
HSV(B) 275.36º 0.53% 0.83% -
XYZ 32.17 21.97 64.83 -
YUV 132.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 166 100 212 0.22 0.53 0 0.17 275.36 0.57 0.61
Hex A6 64 D4 16 35 0 11 113 39 3D
Octal 246 144 324 26 65 0 21 423 71 75
Binary 10100110 1100100 11010100 10110 110101 0 10001 100010011 111001 111101

Color Harmonies of #A664D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664D4

Black with #A664D4

Text Example


Text Example

White with #A664D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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