Html Css Color HEX #A569DC Amethyst

📋 copy color: '#A569DC'

red 165 ◦ green 105 ◦ blue 220

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

Shades of Amethyst #A569DC

Tints of Amethyst #A569DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 33.67%
G = 21.43%
B = 44.9%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A569DC (or 0xA569DC) is known color: Amethyst. HEX triplet: A5, 69 and DC. RGB value is (165,105,220). Sum of RGB (Red+Green+Blue) = 165+105+220=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #A569DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569DC is #5A9623. Grayscale: #878787. Windows color (decimal): -5936676 or 14444965. OLE color: 14444965.

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

Color convert

RGB 165 105 220 -
CMYK 0.25 0.52 0 0.14
HSL 271.3º 0.62% 0.64% -
HSV(B) 271.3º 0.52% 0.86% -
XYZ 33.49 23.27 70.44 -
YUV 136.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 165 105 220 0.25 0.52 0 0.14 271.3 0.62 0.64
Hex A5 69 DC 19 34 0 E 10F 3E 40
Octal 245 151 334 31 64 0 16 417 76 100
Binary 10100101 1101001 11011100 11001 110100 0 1110 100001111 111110 1000000

Color Harmonies of #A569DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A569DC

Black with #A569DC

Text Example


Text Example

White with #A569DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A569DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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