Html Css Color HEX #A564CE Amethyst

📋 copy color: '#A564CE'

red 165 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #A564CE

Tints of Amethyst #A564CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 35.03%
G = 21.23%
B = 43.74%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A564CE (or 0xA564CE) is known color: Amethyst. HEX triplet: A5, 64 and CE. RGB value is (165,100,206). Sum of RGB (Red+Green+Blue) = 165+100+206=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A564CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564CE is #5A9B31. Grayscale: #838383. Windows color (decimal): -5937970 or 13526181. OLE color: 13526181.

HSL color Cylindrical-coordinate representation of color #A564CE: hue angle of 276.79º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A564CE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 100 206 -
CMYK 0.20 0.51 0 0.19
HSL 276.79º 0.52% 0.6% -
HSV(B) 276.79º 0.51% 0.81% -
XYZ 31.21 21.57 60.91 -
YUV 131.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 165 100 206 0.20 0.51 0 0.19 276.79 0.52 0.6
Hex A5 64 CE 14 33 0 13 115 34 3C
Octal 245 144 316 24 63 0 23 425 64 74
Binary 10100101 1100100 11001110 10100 110011 0 10011 100010101 110100 111100

Color Harmonies of #A564CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564CE

Black with #A564CE

Text Example


Text Example

White with #A564CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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