Html Css Color HEX #A768D9 Amethyst

📋 copy color: '#A768D9'

red 167 ◦ green 104 ◦ blue 217

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

Shades of Amethyst #A768D9

Tints of Amethyst #A768D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.47%

R = 34.22%
G = 21.31%
B = 44.47%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A768D9 (or 0xA768D9) is known color: Amethyst. HEX triplet: A7, 68 and D9. RGB value is (167,104,217). Sum of RGB (Red+Green+Blue) = 167+104+217=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #A768D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768D9 is #589726. Grayscale: #878787. Windows color (decimal): -5805863 or 14248103. OLE color: 14248103.

HSL color Cylindrical-coordinate representation of color #A768D9: hue angle of 273.45º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A768D9 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 104 217 -
CMYK 0.23 0.52 0 0.15
HSL 273.45º 0.6% 0.63% -
HSV(B) 273.45º 0.52% 0.85% -
XYZ 33.41 23.13 68.35 -
YUV 135.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 167 104 217 0.23 0.52 0 0.15 273.45 0.6 0.63
Hex A7 68 D9 17 34 0 F 111 3C 3F
Octal 247 150 331 27 64 0 17 421 74 77
Binary 10100111 1101000 11011001 10111 110100 0 1111 100010001 111100 111111

Color Harmonies of #A768D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768D9

Black with #A768D9

Text Example


Text Example

White with #A768D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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