Html Css Color HEX #A570D0 Amethyst

📋 copy color: '#A570D0'

red 165 ◦ green 112 ◦ blue 208

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

Shades of Amethyst #A570D0

Tints of Amethyst #A570D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.89%

R = 34.02%
G = 23.09%
B = 42.89%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A570D0 (or 0xA570D0) is known color: Amethyst. HEX triplet: A5, 70 and D0. RGB value is (165,112,208). Sum of RGB (Red+Green+Blue) = 165+112+208=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #A570D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570D0 is #5A8F2F. Grayscale: #8A8A8A. Windows color (decimal): -5934896 or 13660325. OLE color: 13660325.

HSL color Cylindrical-coordinate representation of color #A570D0: hue angle of 273.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A570D0 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 112 208 -
CMYK 0.21 0.46 0 0.18
HSL 273.13º 0.51% 0.63% -
HSV(B) 273.13º 0.46% 0.82% -
XYZ 32.7 24.14 62.61 -
YUV 138.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 165 112 208 0.21 0.46 0 0.18 273.13 0.51 0.63
Hex A5 70 D0 15 2E 0 12 111 33 3F
Octal 245 160 320 25 56 0 22 421 63 77
Binary 10100101 1110000 11010000 10101 101110 0 10010 100010001 110011 111111

Color Harmonies of #A570D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570D0

Black with #A570D0

Text Example


Text Example

White with #A570D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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