Html Css Color HEX #A564CF Amethyst

📋 copy color: '#A564CF'

red 165 ◦ green 100 ◦ blue 207

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

Shades of Amethyst #A564CF

Tints of Amethyst #A564CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 34.96%
G = 21.19%
B = 43.86%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A564CF (or 0xA564CF) is known color: Amethyst. HEX triplet: A5, 64 and CF. RGB value is (165,100,207). Sum of RGB (Red+Green+Blue) = 165+100+207=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A564CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564CF is #5A9B30. Grayscale: #838383. Windows color (decimal): -5937969 or 13591717. OLE color: 13591717.

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

Color convert

RGB 165 100 207 -
CMYK 0.20 0.52 0 0.19
HSL 276.45º 0.53% 0.6% -
HSV(B) 276.45º 0.52% 0.81% -
XYZ 31.34 21.62 61.55 -
YUV 131.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 165 100 207 0.20 0.52 0 0.19 276.45 0.53 0.6
Hex A5 64 CF 14 34 0 13 114 35 3C
Octal 245 144 317 24 64 0 23 424 65 74
Binary 10100101 1100100 11001111 10100 110100 0 10011 100010100 110101 111100

Color Harmonies of #A564CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564CF

Black with #A564CF

Text Example


Text Example

White with #A564CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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