Html Css Color HEX #A070CA Amethyst

📋 copy color: '#A070CA'

red 160 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #A070CA

Tints of Amethyst #A070CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 33.76%
G = 23.63%
B = 42.62%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A070CA (or 0xA070CA) is known color: Amethyst. HEX triplet: A0, 70 and CA. RGB value is (160,112,202). Sum of RGB (Red+Green+Blue) = 160+112+202=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #A070CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070CA is #5F8F35. Grayscale: #888888. Windows color (decimal): -6262582 or 13267104. OLE color: 13267104.

HSL color Cylindrical-coordinate representation of color #A070CA: hue angle of 272º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A070CA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 112 202 -
CMYK 0.21 0.45 0 0.21
HSL 272º 0.46% 0.62% -
HSV(B) 272º 0.45% 0.79% -
XYZ 30.95 23.33 58.75 -
YUV 136.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 160 112 202 0.21 0.45 0 0.21 272 0.46 0.62
Hex A0 70 CA 15 2D 0 15 110 2E 3E
Octal 240 160 312 25 55 0 25 420 56 76
Binary 10100000 1110000 11001010 10101 101101 0 10101 100010000 101110 111110

Color Harmonies of #A070CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070CA

Black with #A070CA

Text Example


Text Example

White with #A070CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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