Html Css Color HEX #A568DB Amethyst

📋 copy color: '#A568DB'

red 165 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A568DB

Tints of Amethyst #A568DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.31%

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

R = 33.81%
G = 21.31%
B = 44.88%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A568DB (or 0xA568DB) is known color: Amethyst. HEX triplet: A5, 68 and DB. RGB value is (165,104,219). Sum of RGB (Red+Green+Blue) = 165+104+219=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A568DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568DB is #5A9724. Grayscale: #868686. Windows color (decimal): -5936933 or 14379173. OLE color: 14379173.

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

Color convert

RGB 165 104 219 -
CMYK 0.25 0.53 0 0.14
HSL 271.83º 0.61% 0.63% -
HSV(B) 271.83º 0.53% 0.86% -
XYZ 33.25 23.01 69.71 -
YUV 135.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 165 104 219 0.25 0.53 0 0.14 271.83 0.61 0.63
Hex A5 68 DB 19 35 0 E 110 3D 3F
Octal 245 150 333 31 65 0 16 420 75 77
Binary 10100101 1101000 11011011 11001 110101 0 1110 100010000 111101 111111

Color Harmonies of #A568DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568DB

Black with #A568DB

Text Example


Text Example

White with #A568DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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