Html Css Color HEX #A568DA Amethyst

📋 copy color: '#A568DA'

red 165 ◦ green 104 ◦ blue 218

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

Shades of Amethyst #A568DA

Tints of Amethyst #A568DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 33.88%
G = 21.36%
B = 44.76%

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

#A568DA (or 0xA568DA) is known color: Amethyst. HEX triplet: A5, 68 and DA. RGB value is (165,104,218). Sum of RGB (Red+Green+Blue) = 165+104+218=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #A568DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568DA is #5A9725. Grayscale: #868686. Windows color (decimal): -5936934 or 14313637. OLE color: 14313637.

HSL color Cylindrical-coordinate representation of color #A568DA: hue angle of 272.11º degrees, saturation: 0.61, 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 #A568DA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 104 218 -
CMYK 0.24 0.52 0 0.15
HSL 272.11º 0.61% 0.63% -
HSV(B) 272.11º 0.52% 0.85% -
XYZ 33.12 22.96 69.02 -
YUV 135.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 165 104 218 0.24 0.52 0 0.15 272.11 0.61 0.63
Hex A5 68 DA 18 34 0 F 110 3D 3F
Octal 245 150 332 30 64 0 17 420 75 77
Binary 10100101 1101000 11011010 11000 110100 0 1111 100010000 111101 111111

Color Harmonies of #A568DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568DA

Black with #A568DA

Text Example


Text Example

White with #A568DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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