Html Css Color HEX #A875D6 Amethyst

📋 copy color: '#A875D6'

red 168 ◦ green 117 ◦ blue 214

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

Shades of Amethyst #A875D6

Tints of Amethyst #A875D6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.45%

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 33.67%
G = 23.45%
B = 42.89%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A875D6 (or 0xA875D6) is known color: Amethyst. HEX triplet: A8, 75 and D6. RGB value is (168,117,214). Sum of RGB (Red+Green+Blue) = 168+117+214=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #A875D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875D6 is #578A29. Grayscale: #8E8E8E. Windows color (decimal): -5737002 or 14054824. OLE color: 14054824.

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

Color convert

RGB 168 117 214 -
CMYK 0.21 0.45 0 0.16
HSL 271.55º 0.54% 0.65% -
HSV(B) 271.55º 0.45% 0.84% -
XYZ 34.65 25.9 66.79 -
YUV 143.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 168 117 214 0.21 0.45 0 0.16 271.55 0.54 0.65
Hex A8 75 D6 15 2D 0 10 110 36 41
Octal 250 165 326 25 55 0 20 420 66 101
Binary 10101000 1110101 11010110 10101 101101 0 10000 100010000 110110 1000001

Color Harmonies of #A875D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875D6

Black with #A875D6

Text Example


Text Example

White with #A875D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875D6; }

 p { color: rgb(168,117,214); }

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

background-color css

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

 a { background-color: rgb(168,117,214); }

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

border-color css

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

 span { border-color: rgb(168,117,214); }

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