Html Css Color HEX #A564DB Amethyst

📋 copy color: '#A564DB'

red 165 ◦ green 100 ◦ blue 219

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

Shades of Amethyst #A564DB

Tints of Amethyst #A564DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 34.09%
G = 20.66%
B = 45.25%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A564DB (or 0xA564DB) is known color: Amethyst. HEX triplet: A5, 64 and DB. RGB value is (165,100,219). Sum of RGB (Red+Green+Blue) = 165+100+219=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A564DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564DB is #5A9B24. Grayscale: #848484. Windows color (decimal): -5937957 or 14378149. OLE color: 14378149.

HSL color Cylindrical-coordinate representation of color #A564DB: hue angle of 272.77º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A564DB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 100 219 -
CMYK 0.25 0.54 0 0.14
HSL 272.77º 0.62% 0.63% -
HSV(B) 272.77º 0.54% 0.86% -
XYZ 32.86 22.23 69.58 -
YUV 133 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 165 100 219 0.25 0.54 0 0.14 272.77 0.62 0.63
Hex A5 64 DB 19 36 0 E 111 3E 3F
Octal 245 144 333 31 66 0 16 421 76 77
Binary 10100101 1100100 11011011 11001 110110 0 1110 100010001 111110 111111

Color Harmonies of #A564DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A564DB

Black with #A564DB

Text Example


Text Example

White with #A564DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A564DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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