Html Css Color HEX #A875CE Amethyst

📋 copy color: '#A875CE'

red 168 ◦ green 117 ◦ blue 206

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

Shades of Amethyst #A875CE

Tints of Amethyst #A875CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 34.22%
G = 23.83%
B = 41.96%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A875CE (or 0xA875CE) is known color: Amethyst. HEX triplet: A8, 75 and CE. RGB value is (168,117,206). Sum of RGB (Red+Green+Blue) = 168+117+206=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #A875CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875CE is #578A31. Grayscale: #8E8E8E. Windows color (decimal): -5737010 or 13530536. OLE color: 13530536.

HSL color Cylindrical-coordinate representation of color #A875CE: hue angle of 274.38º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A875CE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 117 206 -
CMYK 0.18 0.43 0 0.19
HSL 274.38º 0.48% 0.63% -
HSV(B) 274.38º 0.43% 0.81% -
XYZ 33.65 25.5 61.54 -
YUV 142.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 168 117 206 0.18 0.43 0 0.19 274.38 0.48 0.63
Hex A8 75 CE 12 2B 0 13 112 30 3F
Octal 250 165 316 22 53 0 23 422 60 77
Binary 10101000 1110101 11001110 10010 101011 0 10011 100010010 110000 111111

Color Harmonies of #A875CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875CE

Black with #A875CE

Text Example


Text Example

White with #A875CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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