Html Css Color HEX #A867DB Amethyst

📋 copy color: '#A867DB'

red 168 ◦ green 103 ◦ blue 219

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

Shades of Amethyst #A867DB

Tints of Amethyst #A867DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.02%

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

R = 34.29%
G = 21.02%
B = 44.69%

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

#A867DB (or 0xA867DB) is known color: Amethyst. HEX triplet: A8, 67 and DB. RGB value is (168,103,219). Sum of RGB (Red+Green+Blue) = 168+103+219=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A867DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867DB is #579824. Grayscale: #878787. Windows color (decimal): -5740581 or 14378920. OLE color: 14378920.

HSL color Cylindrical-coordinate representation of color #A867DB: hue angle of 273.62º degrees, saturation: 0.62, 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 #A867DB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 103 219 -
CMYK 0.23 0.53 0 0.14
HSL 273.62º 0.62% 0.63% -
HSV(B) 273.62º 0.53% 0.86% -
XYZ 33.78 23.14 69.7 -
YUV 135.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 168 103 219 0.23 0.53 0 0.14 273.62 0.62 0.63
Hex A8 67 DB 17 35 0 E 112 3E 3F
Octal 250 147 333 27 65 0 16 422 76 77
Binary 10101000 1100111 11011011 10111 110101 0 1110 100010010 111110 111111

Color Harmonies of #A867DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867DB

Black with #A867DB

Text Example


Text Example

White with #A867DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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