Html Css Color HEX #A070D6 Amethyst

📋 copy color: '#A070D6'

red 160 ◦ green 112 ◦ blue 214

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

Shades of Amethyst #A070D6

Tints of Amethyst #A070D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 32.92%
G = 23.05%
B = 44.03%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A070D6 (or 0xA070D6) is known color: Amethyst. HEX triplet: A0, 70 and D6. RGB value is (160,112,214). Sum of RGB (Red+Green+Blue) = 160+112+214=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #A070D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070D6 is #5F8F29. Grayscale: #898989. Windows color (decimal): -6262570 or 14053536. OLE color: 14053536.

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

Color convert

RGB 160 112 214 -
CMYK 0.25 0.48 0 0.16
HSL 268.24º 0.55% 0.64% -
HSV(B) 268.24º 0.48% 0.84% -
XYZ 32.43 23.92 66.53 -
YUV 137.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 160 112 214 0.25 0.48 0 0.16 268.24 0.55 0.64
Hex A0 70 D6 19 30 0 10 10C 37 40
Octal 240 160 326 31 60 0 20 414 67 100
Binary 10100000 1110000 11010110 11001 110000 0 10000 100001100 110111 1000000

Color Harmonies of #A070D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070D6

Black with #A070D6

Text Example


Text Example

White with #A070D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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