Html Css Color HEX #A568D8 Amethyst

📋 copy color: '#A568D8'

red 165 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #A568D8

Tints of Amethyst #A568D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 34.02%
G = 21.44%
B = 44.54%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A568D8 (or 0xA568D8) is known color: Amethyst. HEX triplet: A5, 68 and D8. RGB value is (165,104,216). Sum of RGB (Red+Green+Blue) = 165+104+216=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #A568D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568D8 is #5A9727. Grayscale: #868686. Windows color (decimal): -5936936 or 14182565. OLE color: 14182565.

HSL color Cylindrical-coordinate representation of color #A568D8: hue angle of 272.68º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A568D8 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 104 216 -
CMYK 0.24 0.52 0 0.15
HSL 272.68º 0.59% 0.63% -
HSV(B) 272.68º 0.52% 0.85% -
XYZ 32.86 22.86 67.65 -
YUV 135.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 165 104 216 0.24 0.52 0 0.15 272.68 0.59 0.63
Hex A5 68 D8 18 34 0 F 111 3B 3F
Octal 245 150 330 30 64 0 17 421 73 77
Binary 10100101 1101000 11011000 11000 110100 0 1111 100010001 111011 111111

Color Harmonies of #A568D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568D8

Black with #A568D8

Text Example


Text Example

White with #A568D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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