Html Css Color HEX #A070CE Amethyst

📋 copy color: '#A070CE'

red 160 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #A070CE

Tints of Amethyst #A070CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 33.47%
G = 23.43%
B = 43.1%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A070CE (or 0xA070CE) is known color: Amethyst. HEX triplet: A0, 70 and CE. RGB value is (160,112,206). Sum of RGB (Red+Green+Blue) = 160+112+206=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A070CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070CE is #5F8F31. Grayscale: #888888. Windows color (decimal): -6262578 or 13529248. OLE color: 13529248.

HSL color Cylindrical-coordinate representation of color #A070CE: hue angle of 270.64º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A070CE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 112 206 -
CMYK 0.22 0.46 0 0.19
HSL 270.64º 0.49% 0.62% -
HSV(B) 270.64º 0.46% 0.81% -
XYZ 31.43 23.52 61.28 -
YUV 137.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 160 112 206 0.22 0.46 0 0.19 270.64 0.49 0.62
Hex A0 70 CE 16 2E 0 13 10F 31 3E
Octal 240 160 316 26 56 0 23 417 61 76
Binary 10100000 1110000 11001110 10110 101110 0 10011 100001111 110001 111110

Color Harmonies of #A070CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070CE

Black with #A070CE

Text Example


Text Example

White with #A070CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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