Html Css Color HEX #A861CC Amethyst

📋 copy color: '#A861CC'

red 168 ◦ green 97 ◦ blue 204

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

Shades of Amethyst #A861CC

Tints of Amethyst #A861CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

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

R = 35.82%
G = 20.68%
B = 43.5%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A861CC (or 0xA861CC) is known color: Amethyst. HEX triplet: A8, 61 and CC. RGB value is (168,97,204). Sum of RGB (Red+Green+Blue) = 168+97+204=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #A861CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861CC is #579E33. Grayscale: #828282. Windows color (decimal): -5742132 or 13394344. OLE color: 13394344.

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

Color convert

RGB 168 97 204 -
CMYK 0.18 0.52 0 0.2
HSL 279.81º 0.51% 0.59% -
HSV(B) 279.81º 0.52% 0.8% -
XYZ 31.32 21.23 59.57 -
YUV 130.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 168 97 204 0.18 0.52 0 0.2 279.81 0.51 0.59
Hex A8 61 CC 12 34 0 14 118 33 3B
Octal 250 141 314 22 64 0 24 430 63 73
Binary 10101000 1100001 11001100 10010 110100 0 10100 100011000 110011 111011

Color Harmonies of #A861CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861CC

Black with #A861CC

Text Example


Text Example

White with #A861CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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