Html Css Color HEX #A563CE Amethyst

📋 copy color: '#A563CE'

red 165 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #A563CE

Tints of Amethyst #A563CE

RGB

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

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

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

R = 35.11%
G = 21.06%
B = 43.83%

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

#A563CE (or 0xA563CE) is known color: Amethyst. HEX triplet: A5, 63 and CE. RGB value is (165,99,206). Sum of RGB (Red+Green+Blue) = 165+99+206=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A563CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563CE is #5A9C31. Grayscale: #828282. Windows color (decimal): -5938226 or 13525925. OLE color: 13525925.

HSL color Cylindrical-coordinate representation of color #A563CE: hue angle of 277.01º degrees, saturation: 0.52, 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 #A563CE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 99 206 -
CMYK 0.20 0.52 0 0.19
HSL 277.01º 0.52% 0.6% -
HSV(B) 277.01º 0.52% 0.81% -
XYZ 31.12 21.38 60.88 -
YUV 130.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 165 99 206 0.20 0.52 0 0.19 277.01 0.52 0.6
Hex A5 63 CE 14 34 0 13 115 34 3C
Octal 245 143 316 24 64 0 23 425 64 74
Binary 10100101 1100011 11001110 10100 110100 0 10011 100010101 110100 111100

Color Harmonies of #A563CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A563CE

Black with #A563CE

Text Example


Text Example

White with #A563CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A563CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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