Html Css Color HEX #A770CE Amethyst

📋 copy color: '#A770CE'

red 167 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #A770CE

Tints of Amethyst #A770CE

RGB

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

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

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

R = 34.43%
G = 23.09%
B = 42.47%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A770CE (or 0xA770CE) is known color: Amethyst. HEX triplet: A7, 70 and CE. RGB value is (167,112,206). Sum of RGB (Red+Green+Blue) = 167+112+206=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A770CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770CE is #588F31. Grayscale: #8A8A8A. Windows color (decimal): -5803826 or 13529255. OLE color: 13529255.

HSL color Cylindrical-coordinate representation of color #A770CE: hue angle of 275.11º 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 #A770CE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 112 206 -
CMYK 0.19 0.46 0 0.19
HSL 275.11º 0.49% 0.62% -
HSV(B) 275.11º 0.46% 0.81% -
XYZ 32.87 24.26 61.34 -
YUV 139.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 167 112 206 0.19 0.46 0 0.19 275.11 0.49 0.62
Hex A7 70 CE 13 2E 0 13 113 31 3E
Octal 247 160 316 23 56 0 23 423 61 76
Binary 10100111 1110000 11001110 10011 101110 0 10011 100010011 110001 111110

Color Harmonies of #A770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770CE

Black with #A770CE

Text Example


Text Example

White with #A770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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