Html Css Color HEX #A770CA Amethyst

📋 copy color: '#A770CA'

red 167 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #A770CA

Tints of Amethyst #A770CA

RGB

 RED value IS 167 (65.63% from 255) = 34.72%

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

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

R = 34.72%
G = 23.28%
B = 42%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A770CA (or 0xA770CA) is known color: Amethyst. HEX triplet: A7, 70 and CA. RGB value is (167,112,202). Sum of RGB (Red+Green+Blue) = 167+112+202=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #A770CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770CA is #588F35. Grayscale: #8A8A8A. Windows color (decimal): -5803830 or 13267111. OLE color: 13267111.

HSL color Cylindrical-coordinate representation of color #A770CA: hue angle of 276.67º 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 #A770CA is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 112 202 -
CMYK 0.17 0.45 0 0.21
HSL 276.67º 0.46% 0.62% -
HSV(B) 276.67º 0.45% 0.79% -
XYZ 32.39 24.07 58.82 -
YUV 138.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 167 112 202 0.17 0.45 0 0.21 276.67 0.46 0.62
Hex A7 70 CA 11 2D 0 15 115 2E 3E
Octal 247 160 312 21 55 0 25 425 56 76
Binary 10100111 1110000 11001010 10001 101101 0 10101 100010101 101110 111110

Color Harmonies of #A770CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770CA

Black with #A770CA

Text Example


Text Example

White with #A770CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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