Html Css Color HEX #A875CF Amethyst

📋 copy color: '#A875CF'

red 168 ◦ green 117 ◦ blue 207

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

Shades of Amethyst #A875CF

Tints of Amethyst #A875CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 34.15%
G = 23.78%
B = 42.07%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A875CF (or 0xA875CF) is known color: Amethyst. HEX triplet: A8, 75 and CF. RGB value is (168,117,207). Sum of RGB (Red+Green+Blue) = 168+117+207=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #A875CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875CF is #578A30. Grayscale: #8E8E8E. Windows color (decimal): -5737009 or 13596072. OLE color: 13596072.

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

Color convert

RGB 168 117 207 -
CMYK 0.19 0.43 0 0.19
HSL 274º 0.48% 0.64% -
HSV(B) 274º 0.43% 0.81% -
XYZ 33.77 25.55 62.18 -
YUV 142.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 168 117 207 0.19 0.43 0 0.19 274 0.48 0.64
Hex A8 75 CF 13 2B 0 13 112 30 40
Octal 250 165 317 23 53 0 23 422 60 100
Binary 10101000 1110101 11001111 10011 101011 0 10011 100010010 110000 1000000

Color Harmonies of #A875CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875CF

Black with #A875CF

Text Example


Text Example

White with #A875CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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