Html Css Color HEX #A868D7 Amethyst

📋 copy color: '#A868D7'

red 168 ◦ green 104 ◦ blue 215

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

Shades of Amethyst #A868D7

Tints of Amethyst #A868D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 34.5%
G = 21.36%
B = 44.15%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A868D7 (or 0xA868D7) is known color: Amethyst. HEX triplet: A8, 68 and D7. RGB value is (168,104,215). Sum of RGB (Red+Green+Blue) = 168+104+215=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #A868D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868D7 is #579728. Grayscale: #878787. Windows color (decimal): -5740329 or 14117032. OLE color: 14117032.

HSL color Cylindrical-coordinate representation of color #A868D7: hue angle of 274.59º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A868D7 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 104 215 -
CMYK 0.22 0.52 0 0.16
HSL 274.59º 0.58% 0.63% -
HSV(B) 274.59º 0.52% 0.84% -
XYZ 33.36 23.13 67 -
YUV 135.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 168 104 215 0.22 0.52 0 0.16 274.59 0.58 0.63
Hex A8 68 D7 16 34 0 10 113 3A 3F
Octal 250 150 327 26 64 0 20 423 72 77
Binary 10101000 1101000 11010111 10110 110100 0 10000 100010011 111010 111111

Color Harmonies of #A868D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868D7

Black with #A868D7

Text Example


Text Example

White with #A868D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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