Html Css Color HEX #A874D7 Amethyst

📋 copy color: '#A874D7'

red 168 ◦ green 116 ◦ blue 215

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

Shades of Amethyst #A874D7

Tints of Amethyst #A874D7

RGB

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

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

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

R = 33.67%
G = 23.25%
B = 43.09%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A874D7 (or 0xA874D7) is known color: Amethyst. HEX triplet: A8, 74 and D7. RGB value is (168,116,215). Sum of RGB (Red+Green+Blue) = 168+116+215=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #A874D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874D7 is #578B28. Grayscale: #8E8E8E. Windows color (decimal): -5737257 or 14120104. OLE color: 14120104.

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

Color convert

RGB 168 116 215 -
CMYK 0.22 0.46 0 0.16
HSL 271.52º 0.55% 0.65% -
HSV(B) 271.52º 0.46% 0.84% -
XYZ 34.66 25.72 67.43 -
YUV 142.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 168 116 215 0.22 0.46 0 0.16 271.52 0.55 0.65
Hex A8 74 D7 16 2E 0 10 110 37 41
Octal 250 164 327 26 56 0 20 420 67 101
Binary 10101000 1110100 11010111 10110 101110 0 10000 100010000 110111 1000001

Color Harmonies of #A874D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874D7

Black with #A874D7

Text Example


Text Example

White with #A874D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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