Html Css Color HEX #A570C2 Amethyst

📋 copy color: '#A570C2'

red 165 ◦ green 112 ◦ blue 194

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

Shades of Amethyst #A570C2

Tints of Amethyst #A570C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 35.03%
G = 23.78%
B = 41.19%

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

#A570C2 (or 0xA570C2) is known color: Amethyst. HEX triplet: A5, 70 and C2. RGB value is (165,112,194). Sum of RGB (Red+Green+Blue) = 165+112+194=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #A570C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570C2 is #5A8F3D. Grayscale: #888888. Windows color (decimal): -5934910 or 12742821. OLE color: 12742821.

HSL color Cylindrical-coordinate representation of color #A570C2: hue angle of 278.78º 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 #A570C2 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 112 194 -
CMYK 0.15 0.42 0 0.24
HSL 278.78º 0.4% 0.6% -
HSV(B) 278.78º 0.42% 0.76% -
XYZ 31.05 23.48 53.94 -
YUV 137.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 165 112 194 0.15 0.42 0 0.24 278.78 0.4 0.6
Hex A5 70 C2 F 2A 0 18 117 28 3C
Octal 245 160 302 17 52 0 30 427 50 74
Binary 10100101 1110000 11000010 1111 101010 0 11000 100010111 101000 111100

Color Harmonies of #A570C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570C2

Black with #A570C2

Text Example


Text Example

White with #A570C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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