Html Css Color HEX #A860CC Amethyst

📋 copy color: '#A860CC'

red 168 ◦ green 96 ◦ blue 204

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

Shades of Amethyst #A860CC

Tints of Amethyst #A860CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.51%

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

R = 35.9%
G = 20.51%
B = 43.59%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A860CC (or 0xA860CC) is known color: Amethyst. HEX triplet: A8, 60 and CC. RGB value is (168,96,204). Sum of RGB (Red+Green+Blue) = 168+96+204=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A860CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860CC is #579F33. Grayscale: #818181. Windows color (decimal): -5742388 or 13394088. OLE color: 13394088.

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

Color convert

RGB 168 96 204 -
CMYK 0.18 0.53 0 0.2
HSL 280º 0.51% 0.59% -
HSV(B) 280º 0.53% 0.8% -
XYZ 31.23 21.05 59.54 -
YUV 129.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 168 96 204 0.18 0.53 0 0.2 280 0.51 0.59
Hex A8 60 CC 12 35 0 14 118 33 3B
Octal 250 140 314 22 65 0 24 430 63 73
Binary 10101000 1100000 11001100 10010 110101 0 10100 100011000 110011 111011

Color Harmonies of #A860CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860CC

Black with #A860CC

Text Example


Text Example

White with #A860CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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