Html Css Color HEX #A563DF Amethyst

📋 copy color: '#A563DF'

red 165 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #A563DF

Tints of Amethyst #A563DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.33%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 33.88%
G = 20.33%
B = 45.79%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A563DF (or 0xA563DF) is known color: Amethyst. HEX triplet: A5, 63 and DF. RGB value is (165,99,223). Sum of RGB (Red+Green+Blue) = 165+99+223=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A563DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563DF is #5A9C20. Grayscale: #848484. Windows color (decimal): -5938209 or 14640037. OLE color: 14640037.

HSL color Cylindrical-coordinate representation of color #A563DF: hue angle of 271.94º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A563DF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 99 223 -
CMYK 0.26 0.56 0 0.13
HSL 271.94º 0.66% 0.63% -
HSV(B) 271.94º 0.56% 0.87% -
XYZ 33.3 22.25 72.35 -
YUV 132.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 165 99 223 0.26 0.56 0 0.13 271.94 0.66 0.63
Hex A5 63 DF 1A 38 0 D 110 42 3F
Octal 245 143 337 32 70 0 15 420 102 77
Binary 10100101 1100011 11011111 11010 111000 0 1101 100010000 1000010 111111

Color Harmonies of #A563DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A563DF

Black with #A563DF

Text Example


Text Example

White with #A563DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A563DF; }

 p { color: rgb(165,99,223); }

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

background-color css

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

 a { background-color: rgb(165,99,223); }

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

border-color css

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

 span { border-color: rgb(165,99,223); }

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