Html Css Color HEX #A874DB Amethyst

📋 copy color: '#A874DB'

red 168 ◦ green 116 ◦ blue 219

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

Shades of Amethyst #A874DB

Tints of Amethyst #A874DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

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

R = 33.4%
G = 23.06%
B = 43.54%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A874DB (or 0xA874DB) is known color: Amethyst. HEX triplet: A8, 74 and DB. RGB value is (168,116,219). Sum of RGB (Red+Green+Blue) = 168+116+219=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A874DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874DB is #578B24. Grayscale: #8E8E8E. Windows color (decimal): -5737253 or 14382248. OLE color: 14382248.

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

Color convert

RGB 168 116 219 -
CMYK 0.23 0.47 0 0.14
HSL 270.29º 0.59% 0.66% -
HSV(B) 270.29º 0.47% 0.86% -
XYZ 35.18 25.93 70.17 -
YUV 143.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 168 116 219 0.23 0.47 0 0.14 270.29 0.59 0.66
Hex A8 74 DB 17 2F 0 E 10E 3B 42
Octal 250 164 333 27 57 0 16 416 73 102
Binary 10101000 1110100 11011011 10111 101111 0 1110 100001110 111011 1000010

Color Harmonies of #A874DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874DB

Black with #A874DB

Text Example


Text Example

White with #A874DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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