Html Css Color HEX #A070D5 Amethyst

📋 copy color: '#A070D5'

red 160 ◦ green 112 ◦ blue 213

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

Shades of Amethyst #A070D5

Tints of Amethyst #A070D5

RGB

 RED value IS 160 (62.89% from 255) = 32.99%

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 32.99%
G = 23.09%
B = 43.92%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A070D5 (or 0xA070D5) is known color: Amethyst. HEX triplet: A0, 70 and D5. RGB value is (160,112,213). Sum of RGB (Red+Green+Blue) = 160+112+213=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #A070D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070D5 is #5F8F2A. Grayscale: #898989. Windows color (decimal): -6262571 or 13988000. OLE color: 13988000.

HSL color Cylindrical-coordinate representation of color #A070D5: hue angle of 268.51º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A070D5 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 112 213 -
CMYK 0.25 0.47 0 0.16
HSL 268.51º 0.55% 0.64% -
HSV(B) 268.51º 0.47% 0.84% -
XYZ 32.3 23.87 65.85 -
YUV 137.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 160 112 213 0.25 0.47 0 0.16 268.51 0.55 0.64
Hex A0 70 D5 19 2F 0 10 10D 37 40
Octal 240 160 325 31 57 0 20 415 67 100
Binary 10100000 1110000 11010101 11001 101111 0 10000 100001101 110111 1000000

Color Harmonies of #A070D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070D5

Black with #A070D5

Text Example


Text Example

White with #A070D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070D5; }

 p { color: rgb(160,112,213); }

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

background-color css

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

 a { background-color: rgb(160,112,213); }

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

border-color css

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

 span { border-color: rgb(160,112,213); }

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