Html Css Color HEX #A564D1 Amethyst

📋 copy color: '#A564D1'

red 165 ◦ green 100 ◦ blue 209

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

Shades of Amethyst #A564D1

Tints of Amethyst #A564D1

RGB

 RED value IS 165 (64.84% from 255) = 34.81%

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

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 34.81%
G = 21.1%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A564D1 (or 0xA564D1) is known color: Amethyst. HEX triplet: A5, 64 and D1. RGB value is (165,100,209). Sum of RGB (Red+Green+Blue) = 165+100+209=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #A564D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564D1 is #5A9B2E. Grayscale: #838383. Windows color (decimal): -5937967 or 13722789. OLE color: 13722789.

HSL color Cylindrical-coordinate representation of color #A564D1: hue angle of 275.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A564D1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 100 209 -
CMYK 0.21 0.52 0 0.18
HSL 275.78º 0.54% 0.61% -
HSV(B) 275.78º 0.52% 0.82% -
XYZ 31.58 21.72 62.85 -
YUV 131.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 165 100 209 0.21 0.52 0 0.18 275.78 0.54 0.61
Hex A5 64 D1 15 34 0 12 114 36 3D
Octal 245 144 321 25 64 0 22 424 66 75
Binary 10100101 1100100 11010001 10101 110100 0 10010 100010100 110110 111101

Color Harmonies of #A564D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564D1

Black with #A564D1

Text Example


Text Example

White with #A564D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564D1; }

 p { color: rgb(165,100,209); }

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

background-color css

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

 a { background-color: rgb(165,100,209); }

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

border-color css

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

 span { border-color: rgb(165,100,209); }

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