Html Css Color HEX #A768DA Amethyst

📋 copy color: '#A768DA'

red 167 ◦ green 104 ◦ blue 218

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

Shades of Amethyst #A768DA

Tints of Amethyst #A768DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 34.15%
G = 21.27%
B = 44.58%

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

#A768DA (or 0xA768DA) is known color: Amethyst. HEX triplet: A7, 68 and DA. RGB value is (167,104,218). Sum of RGB (Red+Green+Blue) = 167+104+218=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #A768DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768DA is #589725. Grayscale: #878787. Windows color (decimal): -5805862 or 14313639. OLE color: 14313639.

HSL color Cylindrical-coordinate representation of color #A768DA: hue angle of 273.16º degrees, saturation: 0.61, 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 #A768DA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 104 218 -
CMYK 0.23 0.52 0 0.15
HSL 273.16º 0.61% 0.63% -
HSV(B) 273.16º 0.52% 0.85% -
XYZ 33.54 23.18 69.04 -
YUV 135.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 167 104 218 0.23 0.52 0 0.15 273.16 0.61 0.63
Hex A7 68 DA 17 34 0 F 111 3D 3F
Octal 247 150 332 27 64 0 17 421 75 77
Binary 10100111 1101000 11011010 10111 110100 0 1111 100010001 111101 111111

Color Harmonies of #A768DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768DA

Black with #A768DA

Text Example


Text Example

White with #A768DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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