Html Css Color HEX #A568DF Amethyst

📋 copy color: '#A568DF'

red 165 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #A568DF

Tints of Amethyst #A568DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 33.54%
G = 21.14%
B = 45.33%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A568DF (or 0xA568DF) is known color: Amethyst. HEX triplet: A5, 68 and DF. RGB value is (165,104,223). Sum of RGB (Red+Green+Blue) = 165+104+223=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A568DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568DF is #5A9720. Grayscale: #878787. Windows color (decimal): -5936929 or 14641317. OLE color: 14641317.

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

Color convert

RGB 165 104 223 -
CMYK 0.26 0.53 0 0.13
HSL 270.76º 0.65% 0.64% -
HSV(B) 270.76º 0.53% 0.87% -
XYZ 33.79 23.23 72.51 -
YUV 135.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 165 104 223 0.26 0.53 0 0.13 270.76 0.65 0.64
Hex A5 68 DF 1A 35 0 D 10F 41 40
Octal 245 150 337 32 65 0 15 417 101 100
Binary 10100101 1101000 11011111 11010 110101 0 1101 100001111 1000001 1000000

Color Harmonies of #A568DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568DF

Black with #A568DF

Text Example


Text Example

White with #A568DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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