Html Css Color HEX #A875CC Amethyst

📋 copy color: '#A875CC'

red 168 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #A875CC

Tints of Amethyst #A875CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 34.36%
G = 23.93%
B = 41.72%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A875CC (or 0xA875CC) is known color: Amethyst. HEX triplet: A8, 75 and CC. RGB value is (168,117,204). Sum of RGB (Red+Green+Blue) = 168+117+204=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #A875CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875CC is #578A33. Grayscale: #8D8D8D. Windows color (decimal): -5737012 or 13399464. OLE color: 13399464.

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

Color convert

RGB 168 117 204 -
CMYK 0.18 0.43 0 0.2
HSL 275.17º 0.46% 0.63% -
HSV(B) 275.17º 0.43% 0.8% -
XYZ 33.41 25.41 60.27 -
YUV 142.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 168 117 204 0.18 0.43 0 0.2 275.17 0.46 0.63
Hex A8 75 CC 12 2B 0 14 113 2E 3F
Octal 250 165 314 22 53 0 24 423 56 77
Binary 10101000 1110101 11001100 10010 101011 0 10100 100010011 101110 111111

Color Harmonies of #A875CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875CC

Black with #A875CC

Text Example


Text Example

White with #A875CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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