Html Css Color HEX #A070C2 Amethyst

📋 copy color: '#A070C2'

red 160 ◦ green 112 ◦ blue 194

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

Shades of Amethyst #A070C2

Tints of Amethyst #A070C2

RGB

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

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

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

R = 34.33%
G = 24.03%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A070C2 (or 0xA070C2) is known color: Amethyst. HEX triplet: A0, 70 and C2. RGB value is (160,112,194). Sum of RGB (Red+Green+Blue) = 160+112+194=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #A070C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070C2 is #5F8F3D. Grayscale: #878787. Windows color (decimal): -6262590 or 12742816. OLE color: 12742816.

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

Color convert

RGB 160 112 194 -
CMYK 0.18 0.42 0 0.24
HSL 275.12º 0.4% 0.6% -
HSV(B) 275.12º 0.42% 0.76% -
XYZ 30.03 22.96 53.89 -
YUV 135.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 160 112 194 0.18 0.42 0 0.24 275.12 0.4 0.6
Hex A0 70 C2 12 2A 0 18 113 28 3C
Octal 240 160 302 22 52 0 30 423 50 74
Binary 10100000 1110000 11000010 10010 101010 0 11000 100010011 101000 111100

Color Harmonies of #A070C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070C2

Black with #A070C2

Text Example


Text Example

White with #A070C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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