Html Css Color HEX #A875D0 Amethyst

📋 copy color: '#A875D0'

red 168 ◦ green 117 ◦ blue 208

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

Shades of Amethyst #A875D0

Tints of Amethyst #A875D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 34.08%
G = 23.73%
B = 42.19%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A875D0 (or 0xA875D0) is known color: Amethyst. HEX triplet: A8, 75 and D0. RGB value is (168,117,208). Sum of RGB (Red+Green+Blue) = 168+117+208=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #A875D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875D0 is #578A2F. Grayscale: #8E8E8E. Windows color (decimal): -5737008 or 13661608. OLE color: 13661608.

HSL color Cylindrical-coordinate representation of color #A875D0: hue angle of 273.63º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A875D0 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 117 208 -
CMYK 0.19 0.44 0 0.18
HSL 273.63º 0.49% 0.64% -
HSV(B) 273.63º 0.44% 0.82% -
XYZ 33.89 25.6 62.83 -
YUV 142.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 168 117 208 0.19 0.44 0 0.18 273.63 0.49 0.64
Hex A8 75 D0 13 2C 0 12 112 31 40
Octal 250 165 320 23 54 0 22 422 61 100
Binary 10101000 1110101 11010000 10011 101100 0 10010 100010010 110001 1000000

Color Harmonies of #A875D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875D0

Black with #A875D0

Text Example


Text Example

White with #A875D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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