Html Css Color HEX #A569DA Amethyst

📋 copy color: '#A569DA'

red 165 ◦ green 105 ◦ blue 218

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

Shades of Amethyst #A569DA

Tints of Amethyst #A569DA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.52%

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

R = 33.81%
G = 21.52%
B = 44.67%

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

#A569DA (or 0xA569DA) is known color: Amethyst. HEX triplet: A5, 69 and DA. RGB value is (165,105,218). Sum of RGB (Red+Green+Blue) = 165+105+218=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A569DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569DA is #5A9625. Grayscale: #878787. Windows color (decimal): -5936678 or 14313893. OLE color: 14313893.

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

Color convert

RGB 165 105 218 -
CMYK 0.24 0.52 0 0.15
HSL 271.86º 0.6% 0.63% -
HSV(B) 271.86º 0.52% 0.85% -
XYZ 33.22 23.16 69.05 -
YUV 135.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 165 105 218 0.24 0.52 0 0.15 271.86 0.6 0.63
Hex A5 69 DA 18 34 0 F 110 3C 3F
Octal 245 151 332 30 64 0 17 420 74 77
Binary 10100101 1101001 11011010 11000 110100 0 1111 100010000 111100 111111

Color Harmonies of #A569DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A569DA

Black with #A569DA

Text Example


Text Example

White with #A569DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A569DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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