Html Css Color HEX #A768DF Amethyst

📋 copy color: '#A768DF'

red 167 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #A768DF

Tints of Amethyst #A768DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 33.81%
G = 21.05%
B = 45.14%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A768DF (or 0xA768DF) is known color: Amethyst. HEX triplet: A7, 68 and DF. RGB value is (167,104,223). Sum of RGB (Red+Green+Blue) = 167+104+223=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A768DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768DF is #589720. Grayscale: #878787. Windows color (decimal): -5805857 or 14641319. OLE color: 14641319.

HSL color Cylindrical-coordinate representation of color #A768DF: hue angle of 271.76º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A768DF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 104 223 -
CMYK 0.25 0.53 0 0.13
HSL 271.76º 0.65% 0.64% -
HSV(B) 271.76º 0.53% 0.87% -
XYZ 34.21 23.44 72.53 -
YUV 136.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 167 104 223 0.25 0.53 0 0.13 271.76 0.65 0.64
Hex A7 68 DF 19 35 0 D 110 41 40
Octal 247 150 337 31 65 0 15 420 101 100
Binary 10100111 1101000 11011111 11001 110101 0 1101 100010000 1000001 1000000

Color Harmonies of #A768DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768DF

Black with #A768DF

Text Example


Text Example

White with #A768DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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