Html Css Color HEX #A570C1 Amethyst

📋 copy color: '#A570C1'

red 165 ◦ green 112 ◦ blue 193

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

Shades of Amethyst #A570C1

Tints of Amethyst #A570C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.06%

R = 35.11%
G = 23.83%
B = 41.06%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A570C1 (or 0xA570C1) is known color: Amethyst. HEX triplet: A5, 70 and C1. RGB value is (165,112,193). Sum of RGB (Red+Green+Blue) = 165+112+193=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #A570C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570C1 is #5A8F3E. Grayscale: #888888. Windows color (decimal): -5934911 or 12677285. OLE color: 12677285.

HSL color Cylindrical-coordinate representation of color #A570C1: hue angle of 279.26º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A570C1 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 112 193 -
CMYK 0.15 0.42 0 0.24
HSL 279.26º 0.4% 0.6% -
HSV(B) 279.26º 0.42% 0.76% -
XYZ 30.94 23.44 53.35 -
YUV 137.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 165 112 193 0.15 0.42 0 0.24 279.26 0.4 0.6
Hex A5 70 C1 F 2A 0 18 117 28 3C
Octal 245 160 301 17 52 0 30 427 50 74
Binary 10100101 1110000 11000001 1111 101010 0 11000 100010111 101000 111100

Color Harmonies of #A570C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570C1

Black with #A570C1

Text Example


Text Example

White with #A570C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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