Html Css Color HEX #A570DC Amethyst

📋 copy color: '#A570DC'

red 165 ◦ green 112 ◦ blue 220

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

Shades of Amethyst #A570DC

Tints of Amethyst #A570DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.54%

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

R = 33.2%
G = 22.54%
B = 44.27%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A570DC (or 0xA570DC) is known color: Amethyst. HEX triplet: A5, 70 and DC. RGB value is (165,112,220). Sum of RGB (Red+Green+Blue) = 165+112+220=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A570DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570DC is #5A8F23. Grayscale: #8B8B8B. Windows color (decimal): -5934884 or 14446757. OLE color: 14446757.

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

Color convert

RGB 165 112 220 -
CMYK 0.25 0.49 0 0.14
HSL 269.44º 0.61% 0.65% -
HSV(B) 269.44º 0.49% 0.86% -
XYZ 34.23 24.75 70.68 -
YUV 140.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 165 112 220 0.25 0.49 0 0.14 269.44 0.61 0.65
Hex A5 70 DC 19 31 0 E 10D 3D 41
Octal 245 160 334 31 61 0 16 415 75 101
Binary 10100101 1110000 11011100 11001 110001 0 1110 100001101 111101 1000001

Color Harmonies of #A570DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570DC

Black with #A570DC

Text Example


Text Example

White with #A570DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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