Html Css Color HEX #A868DB Amethyst

📋 copy color: '#A868DB'

red 168 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A868DB

Tints of Amethyst #A868DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 34.22%
G = 21.18%
B = 44.6%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A868DB (or 0xA868DB) is known color: Amethyst. HEX triplet: A8, 68 and DB. RGB value is (168,104,219). Sum of RGB (Red+Green+Blue) = 168+104+219=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A868DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868DB is #579724. Grayscale: #878787. Windows color (decimal): -5740325 or 14379176. OLE color: 14379176.

HSL color Cylindrical-coordinate representation of color #A868DB: hue angle of 273.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A868DB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 104 219 -
CMYK 0.23 0.53 0 0.14
HSL 273.39º 0.61% 0.63% -
HSV(B) 273.39º 0.53% 0.86% -
XYZ 33.88 23.34 69.74 -
YUV 136.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 168 104 219 0.23 0.53 0 0.14 273.39 0.61 0.63
Hex A8 68 DB 17 35 0 E 111 3D 3F
Octal 250 150 333 27 65 0 16 421 75 77
Binary 10101000 1101000 11011011 10111 110101 0 1110 100010001 111101 111111

Color Harmonies of #A868DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868DB

Black with #A868DB

Text Example


Text Example

White with #A868DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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