Html Css Color HEX #A563E6 Amethyst

📋 copy color: '#A563E6'

red 165 ◦ green 99 ◦ blue 230

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

Shades of Amethyst #A563E6

Tints of Amethyst #A563E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.56%

R = 33.4%
G = 20.04%
B = 46.56%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A563E6 (or 0xA563E6) is known color: Amethyst. HEX triplet: A5, 63 and E6. RGB value is (165,99,230). Sum of RGB (Red+Green+Blue) = 165+99+230=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #A563E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A563E6 is #5A9C19. Grayscale: #858585. Windows color (decimal): -5938202 or 15098789. OLE color: 15098789.

HSL color Cylindrical-coordinate representation of color #A563E6: hue angle of 270.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A563E6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 99 230 -
CMYK 0.28 0.57 0 0.10
HSL 270.23º 0.72% 0.65% -
HSV(B) 270.23º 0.57% 0.9% -
XYZ 34.26 22.64 77.43 -
YUV 133.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 165 99 230 0.28 0.57 0 0.10 270.23 0.72 0.65
Hex A5 63 E6 1C 39 0 A 10E 48 41
Octal 245 143 346 34 71 0 12 416 110 101
Binary 10100101 1100011 11100110 11100 111001 0 1010 100001110 1001000 1000001

Color Harmonies of #A563E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A563E6

Black with #A563E6

Text Example


Text Example

White with #A563E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A563E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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