Html Css Color HEX #A570D1 Amethyst

📋 copy color: '#A570D1'

red 165 ◦ green 112 ◦ blue 209

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

Shades of Amethyst #A570D1

Tints of Amethyst #A570D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 33.95%
G = 23.05%
B = 43%

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

#A570D1 (or 0xA570D1) is known color: Amethyst. HEX triplet: A5, 70 and D1. RGB value is (165,112,209). Sum of RGB (Red+Green+Blue) = 165+112+209=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A570D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570D1 is #5A8F2E. Grayscale: #8A8A8A. Windows color (decimal): -5934895 or 13725861. OLE color: 13725861.

HSL color Cylindrical-coordinate representation of color #A570D1: hue angle of 272.78º 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 #A570D1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 112 209 -
CMYK 0.21 0.46 0 0.18
HSL 272.78º 0.51% 0.63% -
HSV(B) 272.78º 0.46% 0.82% -
XYZ 32.82 24.19 63.26 -
YUV 138.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 165 112 209 0.21 0.46 0 0.18 272.78 0.51 0.63
Hex A5 70 D1 15 2E 0 12 111 33 3F
Octal 245 160 321 25 56 0 22 421 63 77
Binary 10100101 1110000 11010001 10101 101110 0 10010 100010001 110011 111111

Color Harmonies of #A570D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570D1

Black with #A570D1

Text Example


Text Example

White with #A570D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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