Html Css Color HEX #A563DD Amethyst

📋 copy color: '#A563DD'

red 165 ◦ green 99 ◦ blue 221

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

Shades of Amethyst #A563DD

Tints of Amethyst #A563DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 34.02%
G = 20.41%
B = 45.57%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A563DD (or 0xA563DD) is known color: Amethyst. HEX triplet: A5, 63 and DD. RGB value is (165,99,221). Sum of RGB (Red+Green+Blue) = 165+99+221=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A563DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A563DD is #5A9C22. Grayscale: #848484. Windows color (decimal): -5938211 or 14508965. OLE color: 14508965.

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

Color convert

RGB 165 99 221 -
CMYK 0.25 0.55 0 0.13
HSL 272.46º 0.64% 0.63% -
HSV(B) 272.46º 0.55% 0.87% -
XYZ 33.03 22.14 70.94 -
YUV 132.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 165 99 221 0.25 0.55 0 0.13 272.46 0.64 0.63
Hex A5 63 DD 19 37 0 D 110 40 3F
Octal 245 143 335 31 67 0 15 420 100 77
Binary 10100101 1100011 11011101 11001 110111 0 1101 100010000 1000000 111111

Color Harmonies of #A563DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A563DD

Black with #A563DD

Text Example


Text Example

White with #A563DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A563DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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