Html Css Color HEX #A563E0 Amethyst

📋 copy color: '#A563E0'

red 165 ◦ green 99 ◦ blue 224

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

Shades of Amethyst #A563E0

Tints of Amethyst #A563E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 33.81%
G = 20.29%
B = 45.9%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A563E0 (or 0xA563E0) is known color: Amethyst. HEX triplet: A5, 63 and E0. RGB value is (165,99,224). Sum of RGB (Red+Green+Blue) = 165+99+224=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #A563E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563E0 is #5A9C1F. Grayscale: #848484. Windows color (decimal): -5938208 or 14705573. OLE color: 14705573.

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

Color convert

RGB 165 99 224 -
CMYK 0.26 0.56 0 0.12
HSL 271.68º 0.67% 0.63% -
HSV(B) 271.68º 0.56% 0.88% -
XYZ 33.43 22.3 73.06 -
YUV 132.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 165 99 224 0.26 0.56 0 0.12 271.68 0.67 0.63
Hex A5 63 E0 1A 38 0 C 110 43 3F
Octal 245 143 340 32 70 0 14 420 103 77
Binary 10100101 1100011 11100000 11010 111000 0 1100 100010000 1000011 111111

Color Harmonies of #A563E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A563E0

Black with #A563E0

Text Example


Text Example

White with #A563E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A563E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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