Html Css Color HEX #A868D8 Amethyst

📋 copy color: '#A868D8'

red 168 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #A868D8

Tints of Amethyst #A868D8

RGB

 RED value IS 168 (66.02% from 255) = 34.43%

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 34.43%
G = 21.31%
B = 44.26%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A868D8 (or 0xA868D8) is known color: Amethyst. HEX triplet: A8, 68 and D8. RGB value is (168,104,216). Sum of RGB (Red+Green+Blue) = 168+104+216=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #A868D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868D8 is #579727. Grayscale: #878787. Windows color (decimal): -5740328 or 14182568. OLE color: 14182568.

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

Color convert

RGB 168 104 216 -
CMYK 0.22 0.52 0 0.15
HSL 274.29º 0.59% 0.63% -
HSV(B) 274.29º 0.52% 0.85% -
XYZ 33.49 23.18 67.68 -
YUV 135.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 168 104 216 0.22 0.52 0 0.15 274.29 0.59 0.63
Hex A8 68 D8 16 34 0 F 112 3B 3F
Octal 250 150 330 26 64 0 17 422 73 77
Binary 10101000 1101000 11011000 10110 110100 0 1111 100010010 111011 111111

Color Harmonies of #A868D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868D8

Black with #A868D8

Text Example


Text Example

White with #A868D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868D8; }

 p { color: rgb(168,104,216); }

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

background-color css

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

 a { background-color: rgb(168,104,216); }

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

border-color css

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

 span { border-color: rgb(168,104,216); }

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