Html Css Color HEX #A070CD Amethyst

📋 copy color: '#A070CD'

red 160 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #A070CD

Tints of Amethyst #A070CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 33.54%
G = 23.48%
B = 42.98%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A070CD (or 0xA070CD) is known color: Amethyst. HEX triplet: A0, 70 and CD. RGB value is (160,112,205). Sum of RGB (Red+Green+Blue) = 160+112+205=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A070CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070CD is #5F8F32. Grayscale: #888888. Windows color (decimal): -6262579 or 13463712. OLE color: 13463712.

HSL color Cylindrical-coordinate representation of color #A070CD: hue angle of 270.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A070CD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 112 205 -
CMYK 0.22 0.45 0 0.20
HSL 270.97º 0.48% 0.62% -
HSV(B) 270.97º 0.45% 0.8% -
XYZ 31.31 23.47 60.64 -
YUV 136.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 160 112 205 0.22 0.45 0 0.20 270.97 0.48 0.62
Hex A0 70 CD 16 2D 0 14 10F 30 3E
Octal 240 160 315 26 55 0 24 417 60 76
Binary 10100000 1110000 11001101 10110 101101 0 10100 100001111 110000 111110

Color Harmonies of #A070CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070CD

Black with #A070CD

Text Example


Text Example

White with #A070CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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