Html Css Color HEX #A564DD Amethyst

📋 copy color: '#A564DD'

red 165 ◦ green 100 ◦ blue 221

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

Shades of Amethyst #A564DD

Tints of Amethyst #A564DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

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

R = 33.95%
G = 20.58%
B = 45.47%

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

#A564DD (or 0xA564DD) is known color: Amethyst. HEX triplet: A5, 64 and DD. RGB value is (165,100,221). Sum of RGB (Red+Green+Blue) = 165+100+221=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A564DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564DD is #5A9B22. Grayscale: #848484. Windows color (decimal): -5937955 or 14509221. OLE color: 14509221.

HSL color Cylindrical-coordinate representation of color #A564DD: hue angle of 272.23º 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 #A564DD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 100 221 -
CMYK 0.25 0.55 0 0.13
HSL 272.23º 0.64% 0.63% -
HSV(B) 272.23º 0.55% 0.87% -
XYZ 33.13 22.33 70.97 -
YUV 133.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 165 100 221 0.25 0.55 0 0.13 272.23 0.64 0.63
Hex A5 64 DD 19 37 0 D 110 40 3F
Octal 245 144 335 31 67 0 15 420 100 77
Binary 10100101 1100100 11011101 11001 110111 0 1101 100010000 1000000 111111

Color Harmonies of #A564DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564DD

Black with #A564DD

Text Example


Text Example

White with #A564DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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