Html Css Color HEX #A768CE Amethyst

📋 copy color: '#A768CE'

red 167 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #A768CE

Tints of Amethyst #A768CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.8%

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

R = 35.01%
G = 21.8%
B = 43.19%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A768CE (or 0xA768CE) is known color: Amethyst. HEX triplet: A7, 68 and CE. RGB value is (167,104,206). Sum of RGB (Red+Green+Blue) = 167+104+206=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A768CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768CE is #589731. Grayscale: #868686. Windows color (decimal): -5805874 or 13527207. OLE color: 13527207.

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

Color convert

RGB 167 104 206 -
CMYK 0.19 0.50 0 0.19
HSL 277.06º 0.51% 0.61% -
HSV(B) 277.06º 0.5% 0.81% -
XYZ 32.03 22.57 61.06 -
YUV 134.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 167 104 206 0.19 0.50 0 0.19 277.06 0.51 0.61
Hex A7 68 CE 13 32 0 13 115 33 3D
Octal 247 150 316 23 62 0 23 425 63 75
Binary 10100111 1101000 11001110 10011 110010 0 10011 100010101 110011 111101

Color Harmonies of #A768CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768CE

Black with #A768CE

Text Example


Text Example

White with #A768CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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