Html Css Color HEX #A875C8 Amethyst

📋 copy color: '#A875C8'

red 168 ◦ green 117 ◦ blue 200

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

Shades of Amethyst #A875C8

Tints of Amethyst #A875C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.24%

R = 34.64%
G = 24.12%
B = 41.24%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A875C8 (or 0xA875C8) is known color: Amethyst. HEX triplet: A8, 75 and C8. RGB value is (168,117,200). Sum of RGB (Red+Green+Blue) = 168+117+200=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #A875C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875C8 is #578A37. Grayscale: #8D8D8D. Windows color (decimal): -5737016 or 13137320. OLE color: 13137320.

HSL color Cylindrical-coordinate representation of color #A875C8: hue angle of 276.87º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A875C8 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 117 200 -
CMYK 0.16 0.42 0 0.22
HSL 276.87º 0.43% 0.62% -
HSV(B) 276.87º 0.42% 0.78% -
XYZ 32.94 25.22 57.78 -
YUV 141.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 168 117 200 0.16 0.42 0 0.22 276.87 0.43 0.62
Hex A8 75 C8 10 2A 0 16 115 2B 3E
Octal 250 165 310 20 52 0 26 425 53 76
Binary 10101000 1110101 11001000 10000 101010 0 10110 100010101 101011 111110

Color Harmonies of #A875C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875C8

Black with #A875C8

Text Example


Text Example

White with #A875C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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