Html Css Color HEX #A570D3 Amethyst

📋 copy color: '#A570D3'

red 165 ◦ green 112 ◦ blue 211

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

Shades of Amethyst #A570D3

Tints of Amethyst #A570D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.24%

R = 33.81%
G = 22.95%
B = 43.24%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A570D3 (or 0xA570D3) is known color: Amethyst. HEX triplet: A5, 70 and D3. RGB value is (165,112,211). Sum of RGB (Red+Green+Blue) = 165+112+211=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #A570D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570D3 is #5A8F2C. Grayscale: #8A8A8A. Windows color (decimal): -5934893 or 13856933. OLE color: 13856933.

HSL color Cylindrical-coordinate representation of color #A570D3: hue angle of 272.12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A570D3 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 112 211 -
CMYK 0.22 0.47 0 0.17
HSL 272.12º 0.53% 0.63% -
HSV(B) 272.12º 0.47% 0.83% -
XYZ 33.07 24.29 64.57 -
YUV 139.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 165 112 211 0.22 0.47 0 0.17 272.12 0.53 0.63
Hex A5 70 D3 16 2F 0 11 110 35 3F
Octal 245 160 323 26 57 0 21 420 65 77
Binary 10100101 1110000 11010011 10110 101111 0 10001 100010000 110101 111111

Color Harmonies of #A570D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570D3

Black with #A570D3

Text Example


Text Example

White with #A570D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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