Html Css Color HEX #A875D5 Amethyst

📋 copy color: '#A875D5'

red 168 ◦ green 117 ◦ blue 213

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

Shades of Amethyst #A875D5

Tints of Amethyst #A875D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.77%

R = 33.73%
G = 23.49%
B = 42.77%

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

#A875D5 (or 0xA875D5) is known color: Amethyst. HEX triplet: A8, 75 and D5. RGB value is (168,117,213). Sum of RGB (Red+Green+Blue) = 168+117+213=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #A875D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875D5 is #578A2A. Grayscale: #8E8E8E. Windows color (decimal): -5737003 or 13989288. OLE color: 13989288.

HSL color Cylindrical-coordinate representation of color #A875D5: hue angle of 271.88º degrees, saturation: 0.53, 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 #A875D5 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 117 213 -
CMYK 0.21 0.45 0 0.16
HSL 271.88º 0.53% 0.65% -
HSV(B) 271.88º 0.45% 0.84% -
XYZ 34.52 25.85 66.12 -
YUV 143.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 168 117 213 0.21 0.45 0 0.16 271.88 0.53 0.65
Hex A8 75 D5 15 2D 0 10 110 35 41
Octal 250 165 325 25 55 0 20 420 65 101
Binary 10101000 1110101 11010101 10101 101101 0 10000 100010000 110101 1000001

Color Harmonies of #A875D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875D5

Black with #A875D5

Text Example


Text Example

White with #A875D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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