Html Css Color HEX #A868CC Amethyst

📋 copy color: '#A868CC'

red 168 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #A868CC

Tints of Amethyst #A868CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.85%

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

R = 35.29%
G = 21.85%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A868CC (or 0xA868CC) is known color: Amethyst. HEX triplet: A8, 68 and CC. RGB value is (168,104,204). Sum of RGB (Red+Green+Blue) = 168+104+204=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A868CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868CC is #579733. Grayscale: #868686. Windows color (decimal): -5740340 or 13396136. OLE color: 13396136.

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

Color convert

RGB 168 104 204 -
CMYK 0.18 0.49 0 0.2
HSL 278.4º 0.5% 0.6% -
HSV(B) 278.4º 0.49% 0.8% -
XYZ 32 22.59 59.8 -
YUV 134.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 168 104 204 0.18 0.49 0 0.2 278.4 0.5 0.6
Hex A8 68 CC 12 31 0 14 116 32 3C
Octal 250 150 314 22 61 0 24 426 62 74
Binary 10101000 1101000 11001100 10010 110001 0 10100 100010110 110010 111100

Color Harmonies of #A868CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868CC

Black with #A868CC

Text Example


Text Example

White with #A868CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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