Html Css Color HEX #A070CF Amethyst

📋 copy color: '#A070CF'

red 160 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #A070CF

Tints of Amethyst #A070CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 33.4%
G = 23.38%
B = 43.22%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A070CF (or 0xA070CF) is known color: Amethyst. HEX triplet: A0, 70 and CF. RGB value is (160,112,207). Sum of RGB (Red+Green+Blue) = 160+112+207=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A070CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070CF is #5F8F30. Grayscale: #888888. Windows color (decimal): -6262577 or 13594784. OLE color: 13594784.

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

Color convert

RGB 160 112 207 -
CMYK 0.23 0.46 0 0.19
HSL 270.32º 0.5% 0.63% -
HSV(B) 270.32º 0.46% 0.81% -
XYZ 31.55 23.57 61.92 -
YUV 137.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 160 112 207 0.23 0.46 0 0.19 270.32 0.5 0.63
Hex A0 70 CF 17 2E 0 13 10E 32 3F
Octal 240 160 317 27 56 0 23 416 62 77
Binary 10100000 1110000 11001111 10111 101110 0 10011 100001110 110010 111111

Color Harmonies of #A070CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070CF

Black with #A070CF

Text Example


Text Example

White with #A070CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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